Commit 4e1f77db by Pierre Dulac

Add django-oauth2-provider to the installed apps

parent 468b5e43
...@@ -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',
'provider',
'provider.oauth2',
) )
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