"I've got something to say."
And it might even be worth listening to.| Maintenance Mode for Django Sites
Written by Perry Brown
Wednesday, 09 June 2010 16:05
|
| Wouldn’t it be handy to easily put a Django-driven site into “maintenance” mode – redirecting all site traffic to a “we’ll be back soon” page – while you still have access to the site, admin and all? django-maintenancemode is “a middleware that allows you to temporary shutdown your site for maintenance work.” When activated, this middleware adds a 503handler, which looks for a 503.html page in your main templates directory and redirects site traffic to that page. But:
|
||


