aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests/settings.py
diff options
context:
space:
mode:
authorDavid Larlet2011-06-25 18:42:03 +0200
committerDavid Larlet2011-06-25 18:42:03 +0200
commitfe7e3ba3ae692b5f20719d5de52682a57166ded2 (patch)
tree088e99c87406db4e4806d12f277db97a8746dae0 /djangorestframework/runtests/settings.py
parent50efa106529e03eda5607e6c9323838432ce755f (diff)
downloaddjango-rest-framework-fe7e3ba3ae692b5f20719d5de52682a57166ded2.tar.bz2
Adding tests for OAuth authentication through django-oauth-plus, a dedicated example project is still missing though
Diffstat (limited to 'djangorestframework/runtests/settings.py')
-rw-r--r--djangorestframework/runtests/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/djangorestframework/runtests/settings.py b/djangorestframework/runtests/settings.py
index 0cc7f4e3..1b63256c 100644
--- a/djangorestframework/runtests/settings.py
+++ b/djangorestframework/runtests/settings.py
@@ -94,6 +94,8 @@ INSTALLED_APPS = (
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'djangorestframework',
+
+ 'oauth_provider',
)
import os