1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/django-fmd_ynh.git synced 2024-09-03 18:26:27 +02:00
django-fmd_ynh/conf/local_settings.py

10 lines
258 B
Python
Raw Normal View History

2024-01-18 21:02:26 +01:00
#!/usr/bin/env python3
2022-07-11 20:34:24 +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!
"""
2022-07-13 19:17:47 +02:00
DEBUG = __DJANGO_DEBUG__ # noqa Don't turn DEBUG on in production!