Metadata-Version: 1.1
Name: django-spine
Version: 0.0.1
Summary: Spine plugin for Django
Home-page: https://github.com/ikeikeikeike/django-spine
Author: Tatsuo Ikeda
Author-email: jp.ne.co.jp at gmail
License: MIT License
Description: ``Spine plugin for Django``
        
        Description
        ===========
        
        Requirements
        ============
        * django
        * django-subcommand
        
        Features
        ========
        
        
        Setup
        =====
        
        ::
        
            $ pip install django-spine
        
        
        Installation
        ~~~~~~~~~~~~
        
        edit settings.py ::
        
            INSTALLED_APPS = (
                "subcommand",
                "spine",
                'compressor',
            )
        
        
        History
        ========
        0.x (2012-xx-xx)
        ~~~~~~~~~~~~~~~~
        * first release
        
        License
        =======
        MIT License
        
        
Keywords: javascript,coffeescript,django,spine
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
