1
0
Fork 0
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:
Kay0u 2023-03-22 18:00:54 +01:00
parent 180db15121
commit be7a42ad01
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

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