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