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

Disable DEBUG in production

This commit is contained in:
Jean-Baptiste Holcroft 2019-08-22 22:30:09 +02:00
parent 8bd9e23372
commit 6b81c1ddcc

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'),