Metadata-Version: 1.1
Name: django-saveall
Version: 0.1.3
Summary: A simple Django app that adds a custom django-admin command for saving model instances throughout a project.
Home-page: https://github.com/gabriel-card/saveall
Author: Gabriel Cardoso
Author-email: gabriel.cardoso@corp.globo.com
License: MIT License
Description: =====
        saveall
        =====
        
        saveall is an app that adds a custom django-admin command for saving model instances throughout a project.
        
        For usage reference, please visit: https://github.com/gabriel-card/saveall
        
        Quick start
        -----------
        
        1. Add "saveall" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = (
                ...
                'saveall',
            )
        
        2. Run `python manage.py migrate` to create the saveall test models.
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 1.7
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
