diff options
author | jayparikh111 | 2012-10-30 12:08:43 +0530 |
---|---|---|
committer | jayparikh111 | 2012-10-30 12:08:43 +0530 |
commit | cad1366b66a4079a22eb3a6f0b41c2705a6e0a0b (patch) | |
tree | f773be62dac7baf86afbfc296d959c6980df4f45 /testapp | |
parent | 12587ff8b3d9ad1cf94c9b44fa9e0e04f08afeff (diff) | |
download | online_test-cad1366b66a4079a22eb3a6f0b41c2705a6e0a0b.tar.gz online_test-cad1366b66a4079a22eb3a6f0b41c2705a6e0a0b.tar.bz2 online_test-cad1366b66a4079a22eb3a6f0b41c2705a6e0a0b.zip |
a minor change to get back the original UI
Diffstat (limited to 'testapp')
-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',) - |