diff options
author | Philip Sargent <philip@Muscogee.localdomain> | 2020-04-28 22:51:18 +0100 |
---|---|---|
committer | Philip Sargent <philip@Muscogee.localdomain> | 2020-04-28 22:51:18 +0100 |
commit | 76a6b501f3fdebe370c9ad37679c97681c47af67 (patch) | |
tree | d066e4a537544133deb3e2e42f5a961b4c0249d2 /settings.py | |
parent | ecf92e2079924cbb058347b4d1d075bd52598b78 (diff) | |
download | troggle-76a6b501f3fdebe370c9ad37679c97681c47af67.tar.gz troggle-76a6b501f3fdebe370c9ad37679c97681c47af67.tar.bz2 troggle-76a6b501f3fdebe370c9ad37679c97681c47af67.zip |
LoadPos not-found cache working
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index de615e4..6710e72 100644 --- a/settings.py +++ b/settings.py @@ -7,7 +7,7 @@ import django BASE_DIR = os.path.dirname(os.path.dirname(__file__)) # Django settings for troggle project. -DEBUG = False +DEBUG = True TEMPLATE_DEBUG = DEBUG ALLOWED_HOSTS = [u'expo.survex.com'] |