diff options
-rw-r--r-- | testapp/settings.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testapp/settings.py b/testapp/settings.py index b8ca8a3..204ed2b 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -2,7 +2,7 @@ from os.path import dirname, join, basename, abspath -DEBUG = False +DEBUG = True TEMPLATE_DEBUG = DEBUG # The ports the code server should run on. This will run one separate @@ -192,6 +192,3 @@ LOGGING = { } AUTH_PROFILE_MODULE = 'exam.Profile' - -INTERNAL_IPS = ('127.0.0.1',) - |