Metadata-Version: 1.1
Name: django-subcommand
Version: 0.3.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
        ~~~~~~~~~~~~
        
        Edit settings.py ::
        
            INSTALLED_APPS = (
                "subcommand",
            )
        
        Usage
        ======
        
        Generate the below command. ::
        
            $ python manage.py startsubcommand APP_NAME SUBCOMMAND_NAME
        
        Examples
        =========
        
        For more information, please see the `Example <https://github.com/ikeikeikeike/django-subcommand/tree/master/examples>`_
        
        Setup
        =====
        
        ::
        
            $ pip install django-subcommand
        
        Documentation
        =============
        
        `django-subcommand.rtfd.org <http://django-subcommand.rtfd.org>`_
        
        License
        ========
        MIT License
        
Keywords: javascript,coffeescript,django,command
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
