mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-12 03:06:24 +00:00
10 lines
152 B
Python
10 lines
152 B
Python
'''
|
|
Local config
|
|
'''
|
|
|
|
from ivatar.settings import TEMPLATES # noqa
|
|
|
|
SESSION_COOKIE_SECURE = False
|
|
DEBUG = True
|
|
TEMPLATES[0]['OPTIONS']['debug'] = True
|