1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

[fix] never set DEBUG = True in production

This commit is contained in:
Laurent Peuch 2019-07-19 15:54:54 +02:00
parent 31b8295095
commit a8606d92e5
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ from logging.handlers import SysLogHandler
# Django settings for Weblate project.
#
DEBUG = True
DEBUG = False
ADMINS = (
# ('Your Name', 'your_email@example.com'),

View file

@ -28,7 +28,7 @@ from logging.handlers import SysLogHandler
# Django settings for Weblate project.
#
DEBUG = True
DEBUG = False
ADMINS = (
# ('Your Name', 'your_email@example.com'),