diff options
Diffstat (limited to 'testapp/settings.py')
-rw-r--r-- | testapp/settings.py | 4 |
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. |