Is there anyway to put a Django site into maintenance mode using fabric?

2011-06-10 Thread Garth Humphreys
I'm using the MaintenanceModeMiddleware to put my site into maintenance mode, but I was wondering if there is a way to put my site into maintenance via fabric. I would like to do something like; fab maintenance_on If this is not possible what are other common ways of remotely putting a Django sit

Re: Is there anyway to put a Django site into maintenance mode using fabric?

2011-06-11 Thread Garth Humphreys
; page. > > If the site is down for maintenance, then the middleware won't work either. > > On Jun 10, 2011, at 9:24 AM, Garth Humphreys wrote: > > > > > > > > > I'm using the MaintenanceModeMiddleware to put my site into > > maintenance mode,