mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +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/
|
||||
db.sqlite3.SAVE
|
||||
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