diff options
author | jayparikh111 | 2012-08-03 17:27:38 +0530 |
---|---|---|
committer | jayparikh111 | 2012-08-03 17:27:38 +0530 |
commit | 12587ff8b3d9ad1cf94c9b44fa9e0e04f08afeff (patch) | |
tree | df71930917dd33474c263bb844b8092c57c269a7 /testapp | |
parent | 7f0d00746a9ea009179c2e3879fa1bf8354a5853 (diff) | |
download | online_test-12587ff8b3d9ad1cf94c9b44fa9e0e04f08afeff.tar.gz online_test-12587ff8b3d9ad1cf94c9b44fa9e0e04f08afeff.tar.bz2 online_test-12587ff8b3d9ad1cf94c9b44fa9e0e04f08afeff.zip |
404 page settings
Diffstat (limited to 'testapp')
-rw-r--r-- | testapp/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/settings.py b/testapp/settings.py index 39331ce..b8ca8a3 100644 --- a/testapp/settings.py +++ b/testapp/settings.py @@ -2,7 +2,7 @@ from os.path import dirname, join, basename, abspath -DEBUG = True +DEBUG = False TEMPLATE_DEBUG = DEBUG # The ports the code server should run on. This will run one separate |