Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 749 Bytes

README.markdown

File metadata and controls

22 lines (12 loc) · 749 Bytes

django-maintenance

django-maintenance lets you define maintenance windows as objects. These maintenance windows are time slots where your website or parts of it is non-operational. django-maintenance ships with a middleware that lets you display a friendly message to your users during the downtime.

Installing django-maintenance

Please refer to INSTALL.markdown for installation instructions.

Using django-maintenance

Usage instructions can be found in docs/overview.markdown which is also available online.