Metadata-Version: 1.1
Name: django-dev-commands
Version: 1.0.3
Summary: Useful commands for developing Django applications.
Home-page: https://github.com/ikame/django-dev-commands
Author: ikame
Author-email: anler86@gmail.com
License: MIT
Description: django-dev-commands
        ===================
        
        Useful yet simple commands for developing Django applications.
        
        Installation
        ------------
        
        To install, simply run:
        
        .. code-block:: bash
        
            $ pip install django-dev-commands
        
        Or, directly from the main repository:
        
        .. code-block:: bash
        
            $ pip install -e git+http://github.com/ikame/django-dev-commands.git#egg=django-dev-commands
        
        See `project's website`_ for more information.
        
        .. _project's website: https://github.com/ikame/django-dev-commands
        .. :changelog:
        
        History
        -------
        
        1.0.1 (Mon 27 Jan 2014 12:27:58 PM CET)
        +++++++++++++++++++++++++++++++++++++++
        
        - Fix a syntax error bug in `commands` command
        - Added pretty printing in `conf` command
        
        1.0.0 (Tue 14 Jan 2014 11:05:32 AM CET)
        +++++++++++++++++++++++++++++++++++++++
        
        - First version!
        
Keywords: django development dev tools utilities
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Framework :: Django
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Documentation
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
