2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

LoadPos not-found cache working

This commit is contained in:
Philip Sargent 2020-04-28 22:51:18 +01:00
parent ecf92e2079
commit 76a6b501f3
2 changed files with 3 additions and 2 deletions

View File

@ -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):

View File

@ -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']