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

This commit is contained in:
swistakm 2013-02-25 16:57:45 +01:00
parent 1062d71f8b
commit ced22db7cf

View File

@ -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/'