Metadata-Version: 1.1
Name: django-subcommand
Version: 0.0.1
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: ``Add sub command to A Django manage command.``
        
        Description
        ===========
        
        Requirements
        ============
        * django
        * django_compressor
        * inflection
        * django-generate-scaffold (optional)
        
        Features
        ========
        
        
        Setup
        =====
        
        ::
        
            $ pip install django-subcommand
        
        
        Installation
        ~~~~~~~~~~~~
        
        edit settings.py ::
        
            INSTALLED_APPS = (
                "subcommand",
            )
        
        
        History
        ========
        0.x (2012-xx-xx)
        ~~~~~~~~~~~~~~~~
        * first release
        
        License
        =======
        MIT License
        
Keywords: javascript,coffeescript,django,command
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
