mirror of
https://github.com/YunoHost-Apps/django-fmd_ynh.git
synced 2024-09-03 18:26:27 +02:00
9 lines
230 B
Python
9 lines
230 B
Python
|
"""
|
||
|
Here it's possible to overwrite everything in settings.py
|
||
|
|
||
|
Note:
|
||
|
Used for YunoHost config and will be **overwritten** on every config change!
|
||
|
"""
|
||
|
|
||
|
DEBUG = __DJANGO_DEBUG__ # Don't turn DEBUG on in production!
|