mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-02 20:54:42 +03:00
Add django-oauth2-provider to the installed apps
This commit is contained in:
parent
468b5e43e2
commit
4e1f77db1a
|
@ -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/'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user