django-fritzconnection_ynh/conf/local_settings.py
2022-05-19 09:01:14 +02:00

8 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!