Local config shoulnd't be in git repo => Closes #38

This commit is contained in:
Oliver Falk
2019-02-12 15:49:59 +01:00
parent 3183dfffe7
commit f998ce6707
2 changed files with 1 additions and 9 deletions

1
.gitignore vendored
View File

@@ -11,3 +11,4 @@ htmlcov/
.ropeproject/
db.sqlite3.SAVE
node_modules/
config_local.py

View File

@@ -1,9 +0,0 @@
'''
Local config
'''
from ivatar.settings import TEMPLATES # noqa
SESSION_COOKIE_SECURE = False
DEBUG = True
TEMPLATES[0]['OPTIONS']['debug'] = True