Maintenance ModeΒΆ

When performing maintenance on the server, application, or datasets within the application, it may be necessary to redirect users away from the application. To facilitate this, Madrona utilizes the django-maintenancemode app. More information can be found at that app’s homepage, but usually it’s as simple as adding the following setting to settings_local.py and restarting the server.

MAINTENANCE_MODE = True

Previous topic

Javascript and CSS Assets

Next topic

PostGIS and the Django test database

This Page