mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
set debug to false
This commit is contained in:
parent
180db15121
commit
be7a42ad01
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ ENABLE_HTTPS = True
|
||||||
# Django settings for Weblate project.
|
# Django settings for Weblate project.
|
||||||
#
|
#
|
||||||
|
|
||||||
DEBUG = True
|
DEBUG = False
|
||||||
|
|
||||||
ADMINS = (
|
ADMINS = (
|
||||||
('__ADMIN__', '__ADMIN_MAIL__'),
|
('__ADMIN__', '__ADMIN_MAIL__'),
|
||||||
|
|
Loading…
Reference in a new issue