django-maintenance-mode · PyPI
https://pypi.org/project/django-maintenance-mode08.12.2021 · Retrieve user's real IP address using django-ipware: MAINTENANCE_MODE_GET_CLIENT_IP_ADDRESS = 'ipware.ip.get_ip'. # list of urls that will not be affected by the maintenance-mode # urls will be used to compile regular expressions objects MAINTENANCE_MODE_IGNORE_URLS = () # if True the maintenance mode will not return 503 …