Maintenance mode utilities that allows you to put your django project into offline mode via command line.
The main difference from other implementation is than DSM completly disconnect your django so you can:
- upgrade your code ( i.e. pip install --upgrade )
- update/alter database schema
- update/modify your virtualenv