Commit ced22db7 by swistakm

add django-oauth-plus & oauth2 to installed apps in runtests settings.py

parent 1062d71f
...@@ -97,7 +97,9 @@ INSTALLED_APPS = ( ...@@ -97,7 +97,9 @@ INSTALLED_APPS = (
# 'django.contrib.admindocs', # 'django.contrib.admindocs',
'rest_framework', 'rest_framework',
'rest_framework.authtoken', 'rest_framework.authtoken',
'rest_framework.tests' 'rest_framework.tests',
'oauth_provider',
) )
STATIC_URL = '/static/' STATIC_URL = '/static/'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment