mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-14 04:04:03 +00:00
Local config shoulnd't be in git repo => Closes #38
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,3 +11,4 @@ htmlcov/
|
|||||||
.ropeproject/
|
.ropeproject/
|
||||||
db.sqlite3.SAVE
|
db.sqlite3.SAVE
|
||||||
node_modules/
|
node_modules/
|
||||||
|
config_local.py
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
'''
|
|
||||||
Local config
|
|
||||||
'''
|
|
||||||
|
|
||||||
from ivatar.settings import TEMPLATES # noqa
|
|
||||||
|
|
||||||
SESSION_COOKIE_SECURE = False
|
|
||||||
DEBUG = True
|
|
||||||
TEMPLATES[0]['OPTIONS']['debug'] = True
|
|
||||||
Reference in New Issue
Block a user