From 76a6b501f3fdebe370c9ad37679c97681c47af67 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 28 Apr 2020 22:51:18 +0100 Subject: [PATCH] LoadPos not-found cache working --- databaseReset.py | 3 ++- settings.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/databaseReset.py b/databaseReset.py index 686b1ba..6c03509 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -234,7 +234,8 @@ class JobQueue(): for line in _iterdump(djconn): f.write('%s\n' % line.encode("utf8")) - # now import the memory image sql into (to do) + # now import the memory image sql into + ####(to do) return True def showprofile(self): 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']