mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-23 01:57:00 +03:00
add django-oauth-plus & oauth2 to installed apps in runtests settings.py
This commit is contained in:
parent
1062d71f8b
commit
ced22db7cf
|
@ -97,7 +97,9 @@ INSTALLED_APPS = (
|
|||
# 'django.contrib.admindocs',
|
||||
'rest_framework',
|
||||
'rest_framework.authtoken',
|
||||
'rest_framework.tests'
|
||||
'rest_framework.tests',
|
||||
'oauth_provider',
|
||||
|
||||
)
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
|
Loading…
Reference in New Issue
Block a user