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:
parent
6b81c1ddcc
commit
9a26ad6ab5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ from logging.handlers import SysLogHandler
|
|||
DEBUG = False
|
||||
|
||||
ADMINS = (
|
||||
# ('Your Name', 'your_email@example.com'),
|
||||
('__ADMIN__', '__ADMINMAIL__'),
|
||||
)
|
||||
|
||||
MANAGERS = ADMINS
|
||||
|
|
Loading…
Reference in a new issue