settings: remove admins variable from default configuration (#40999)

This commit is contained in:
Nicolas Roche 2020-03-25 10:58:24 +01:00
parent 083321be63
commit 9a3c9d4c60
1 changed files with 0 additions and 4 deletions

View File

@ -221,10 +221,6 @@ ZOO_NANTERRE_RSU_TIMEOUT = 20
# le journal expire après 2 ans
ZOO_NANTERRE_LOG_EXPIRATION_DAYS = 365 * 2
ADMINS = [
('Entr\'ouvert admins', 'admin@entrouvert.com'),
]
local_settings_file = os.environ.get('ZOO_SETTINGS_FILE')
if local_settings_file and os.path.exists(local_settings_file):
execfile(local_settings_file)