summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--databaseReset.py3
-rw-r--r--settings.py2
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']