Sidebar Network

django-maintenancemode Allows you to temporary shutdown your site for maintenance work.

The Basics

Django “maintenance mode” is a middleware that allows you to temporary shutdown your site for non staff users and show them a page that the site is down for maintenance. Logged in users having staff credentials can still fully use the site.

This comes in handy when doing updates or maintenance work on your site.

Project Homehttp://code.google.com/p/django-maintenancemode/
Grab the Repository – svn checkout http://django-maintenancemode.googlecode.com/svn/trunk/
 

Recent Commits

  • 19 was committed 1 week, 4 days ago.
    Fixed issue with setuptools
  • 17 was committed 1 week, 5 days ago.
    Forgot an import
  • 16 was committed 1 week, 5 days ago.
    Updated documentation, setup.py now imports docs from readme and changes
  • 15 was committed 1 week, 5 days ago.
    Moved maintenancemode out of src
  • 14 was committed 1 week, 5 days ago.
    Added use of INTERNAL_IPS and default config for maintenancemode
  • 13 was committed 1 week, 5 days ago.
    Removed manage.py, use only buildout’s django
  • 12 was committed 1 week, 5 days ago.
    Removed unused tests directory
  • 11 was committed 1 week, 5 days ago.
    Updated project to use django 1.0.X release branch and use buildout
  • 8 was committed 4 months, 2 weeks ago.
    Improved setup.py and standard project docs
  • 7 was committed 4 months, 2 weeks ago.
    Added setup file + basic project documentation