Moved settings to example file, added settings to gitignore. Turn debug off by default.

master
Gijs 3 years ago
parent 16a866dde1
commit 4e2ecb6059

1
.gitignore vendored

@ -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…
Cancel
Save