From 250093ac52e1f20478df44facba3e6c71fda0d99 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 15 Jan 2020 00:47:03 +0100 Subject: [PATCH] MAINTENANCE_MODE clarifications --- www/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/settings.py b/www/settings.py index c6cebb21..fe50dd02 100644 --- a/www/settings.py +++ b/www/settings.py @@ -333,6 +333,6 @@ LOG = logging.getLogger('maposmatic') # are still readable FILE_UPLOAD_PERMISSIONS = 0o644 -MAINTENANCE_MODE = False -# MAINTENANCE_MODE_IGNORE_IP_ADDRESSES = (‘xxx.xxx.xxx.xxx’,) +MAINTENANCE_MODE = False # True or False, *NOT* None +# MAINTENANCE_MODE_IGNORE_IP_ADDRESSES = ('xxx.xxx.xxx.xxx',) MAINTENANCE_MODE_TEMPLATE = '503.html'