Add django-oauth2-provider to the installed apps

This commit is contained in:
Pierre Dulac 2013-03-01 02:07:53 +01:00
parent 468b5e43e2
commit 4e1f77db1a

View File

@ -97,7 +97,9 @@ INSTALLED_APPS = (
# 'django.contrib.admindocs',
'rest_framework',
'rest_framework.authtoken',
'rest_framework.tests'
'rest_framework.tests',
'provider',
'provider.oauth2',
)
STATIC_URL = '/static/'