django-fritzconnection_ynh/conf/local_settings.py

9 lines
230 B
Python
Raw Normal View History

2022-05-18 18:11:49 +02:00
"""
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!