Files
ivatar/config_local.py
2018-05-23 11:58:50 +02:00

11 lines
187 B
Python

'''
Local config
'''
from ivatar.settings import TEMPLATES # noqa
SESSION_COOKIE_SECURE = False
DEBUG = True
SITE_URL = 'http://localhost:8383'
TEMPLATES[0]['OPTIONS']['debug'] = True