From fe7e3ba3ae692b5f20719d5de52682a57166ded2 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Sat, 25 Jun 2011 18:42:03 +0200 Subject: Adding tests for OAuth authentication through django-oauth-plus, a dedicated example project is still missing though --- djangorestframework/runtests/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'djangorestframework/runtests/settings.py') 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 -- cgit v1.2.3