Metadata-Version: 1.1
Name: django-subcommand
Version: 0.0.2
Summary: Add sub command to A Django manage command
Home-page: https://github.com/ikeikeikeike/django-subcommand
Author: Tatsuo Ikeda
Author-email: jp.ne.co.jp at gmail
License: MIT License
Description: 
        Django Subcommand
        ==================
        Add sub command to A Django manage command.
        
        
        Installation
        ~~~~~~~~~~~~
        
        .. highlight:: python
        
        edit settings.py ::
        
            INSTALLED_APPS = (
                "subcommand",
            )
        
        Setup
        =====
        
        .. highlight:: bash
        
        ::
        
            $ pip install django-subcommand
        
        
        History
        ========
        0.0.1 (2012-06-16)
        ~~~~~~~~~~~~~~~~~~~
        * Alpha
        
        0.0.2 (2012-06-17)
        ~~~~~~~~~~~~~~~~~~~
        * Remove the django_compressor package.
        
        License
        ========
        MIT License
        
Keywords: javascript,coffeescript,django,command
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
