summaryrefslogtreecommitdiff
path: root/testapp/settings.py
diff options
context:
space:
mode:
authorprathamesh2014-06-06 12:21:31 +0530
committerprathamesh2014-06-06 12:21:31 +0530
commit6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5 (patch)
tree331c95e4cf51bdef56dda6a936273db1f0721f82 /testapp/settings.py
parentba50e500a1da9266f9bee5bc38b69635637f6129 (diff)
downloadonline_test-6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5.tar.gz
online_test-6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5.tar.bz2
online_test-6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5.zip
README file added to the authentication app.
Diffstat (limited to 'testapp/settings.py')
-rw-r--r--testapp/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testapp/settings.py b/testapp/settings.py
index e809cf4..543c0e3 100644
--- a/testapp/settings.py
+++ b/testapp/settings.py
@@ -8,10 +8,10 @@ TEMPLATE_DEBUG = DEBUG
# Authentication using other database table.
# Comment the line below if you want the authentication to be done
# using django user table.
-AUTHENTICATION_BACKENDS = ('myauthentication.backend.MyBackend',)
+#AUTHENTICATION_BACKENDS = ('myauthentication.backend.MyBackend',)
# Router for database
-DATABASE_ROUTERS = ['myauthentication.router.MyDatabaseRouter',]
+#DATABASE_ROUTERS = ['myauthentication.router.MyDatabaseRouter',]
# The ports the code server should run on. This will run one separate
# server for each port listed in the following list.