diff --git a/zoo/settings.py b/zoo/settings.py index be0a67e..a210222 100644 --- a/zoo/settings.py +++ b/zoo/settings.py @@ -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)