mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-12 03:06:24 +00:00
11 lines
187 B
Python
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
|