aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests/settings.py
diff options
context:
space:
mode:
authorTom Christie2012-09-07 13:48:39 -0700
committerTom Christie2012-09-07 13:48:39 -0700
commit9faca0aef087c9a54c277c38ae75f72f51d0945d (patch)
tree3a467bdd50bea4772c38887deb4694e444f244d7 /djangorestframework/runtests/settings.py
parent72bdd0fcec7faa32d7f24e0698736f9433b56f3f (diff)
parent8df71f4d1d9a8a3df8e053d99340fbe5bf78b8ad (diff)
downloaddjango-rest-framework-9faca0aef087c9a54c277c38ae75f72f51d0945d.tar.bz2
Merge pull request #249 from mjumbewu/restframework2
Implement simple token authentication
Diffstat (limited to 'djangorestframework/runtests/settings.py')
-rw-r--r--djangorestframework/runtests/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/djangorestframework/runtests/settings.py b/djangorestframework/runtests/settings.py
index 7cb3e27b..1fc6b47b 100644
--- a/djangorestframework/runtests/settings.py
+++ b/djangorestframework/runtests/settings.py
@@ -90,6 +90,7 @@ INSTALLED_APPS = (
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'djangorestframework',
+ 'djangorestframework.tokenauth',
)
STATIC_URL = '/static/'