Files
ivatar/config_local.py
2018-06-13 10:57:31 +02:00

10 lines
152 B
Python

'''
Local config
'''
from ivatar.settings import TEMPLATES # noqa
SESSION_COOKIE_SECURE = False
DEBUG = True
TEMPLATES[0]['OPTIONS']['debug'] = True