Metadata-Version: 1.0
Name: django-site-maintenance
Version: 0.1.1
Summary: UNKNOWN
Home-page: https://github.com/saxix/django-server-maintenance
Author: sax
Author-email: sax@os4d.org
License: BSD
Description: Django Site Maintenance (DSM)
        =============================
        
        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
        
        
        Links
        -----
        
           * Code: http://github.com/saxix/django-site-maintenance
           * Docs: http://readthedocs.org/docs/django-site-maintenance/en/latest/index.html
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
