Metadata-Version: 1.1
Name: django-south-central
Version: 0.1.0
Summary: Application state migration tool, inspired by South
Home-page: https://github.com/hiisi13/south_central
Author: Dmitry Kozhedubov
Author-email: dmitry-kozhedubov@yandex.ru
License: BSD
Description: =============================
        django-south-central
        =============================
        
        .. image:: https://badge.fury.io/py/south_central.png
            :target: https://badge.fury.io/py/south_central
            
        .. image:: https://travis-ci.org/hiisi13/django-south-central.svg?branch=master   
            :target: https://travis-ci.org/hiisi13/django-south-central
        
        .. image:: https://coveralls.io/repos/hiisi13/south_central/badge.png?branch=master
            :target: https://coveralls.io/r/hiisi13/south_central?branch=master
        
        Run maintenance commands for Django apps in database migrations fashion 
        
        Documentation
        -------------
        
        The full documentation is at https://south_central.readthedocs.org.
        
        Quickstart
        ----------
        
        Install django-south-central::
        
            pip install south_central
        
        Then use it in a project::
        
            import south_central
        
        Features
        --------
        
        * TODO
        
        
        
        
        History
        -------
        
        0.1.0 (2014-04-01)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: south_central
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
