python3-django-maintenancemode

django module that sets a site down for maintenance (Python 3)
  https://github.com/shanx/django-maintenancemode
  0
  no reviews



Django Maintenancemode is a middleware that allows you to temporarily shutdown your site for maintenance work.

Logged in users having staff credentials can still fully use the site as can users visiting the site from an IP address defined in Django's ``INTERNAL_IPS``.

This is the Python 3 version of the package.