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:
parent
8bd9e23372
commit
6b81c1ddcc
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue