Metadata-Version: 1.1
Name: codingsoho-plugin
Version: 1.0.0
Summary: codingsoho-plugin is a mixin library to extend your CBV for quick function
Home-page: http://www.codingsoho.com/
Author: Horde Chief
Author-email: hordechief@qq.com
License: BSD License
Description: =====
        codingsoho-plugin
        =====
        
        codingsoho-plugin is a mixin library to extend your CBV for quick function
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "codingsohodemo" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'plugin',
            ]
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
