forked from expo/troggle
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):
|
for line in _iterdump(djconn):
|
||||||
f.write('%s\n' % line.encode("utf8"))
|
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
|
return True
|
||||||
|
|
||||||
def showprofile(self):
|
def showprofile(self):
|
||||||
|
@ -7,7 +7,7 @@ import django
|
|||||||
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
||||||
|
|
||||||
# Django settings for troggle project.
|
# Django settings for troggle project.
|
||||||
DEBUG = False
|
DEBUG = True
|
||||||
TEMPLATE_DEBUG = DEBUG
|
TEMPLATE_DEBUG = DEBUG
|
||||||
|
|
||||||
ALLOWED_HOSTS = [u'expo.survex.com']
|
ALLOWED_HOSTS = [u'expo.survex.com']
|
||||||
|
Loading…
Reference in New Issue
Block a user