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:
parent
ecf92e2079
commit
76a6b501f3
@ -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):
|
||||
|
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user