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

Fix Admin email

This commit is contained in:
Jean-Baptiste Holcroft 2019-08-22 22:31:15 +02:00
parent 6b81c1ddcc
commit 9a26ad6ab5

View file

@ -31,7 +31,7 @@ from logging.handlers import SysLogHandler
DEBUG = False
ADMINS = (
# ('Your Name', 'your_email@example.com'),
('__ADMIN__', '__ADMINMAIL__'),
)
MANAGERS = ADMINS