Moved settings to example file, added settings to gitignore. Turn debug off by default.
parent
16a866dde1
commit
4e2ecb6059
@ -1,3 +1,4 @@
|
|||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
data/*
|
data/*
|
||||||
|
settings.py
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
PAGEDJS_BINARY_PATH = 'node_modules/pagedjs-cli/bin/paged'
|
PAGEDJS_BINARY_PATH = 'node_modules/pagedjs-cli/bin/paged'
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
BASEURL = ''
|
BASEURL = ''
|
Loading…
Reference in New Issue