Metadata-Version: 1.1
Name: codebehind
Version: 0.0.6
Summary: Collection of magics.
Home-page: https://github.com/michaelhenry/codebehind/
Author: Michael Henry Pantaleon
Author-email: me@iamkel.net
License: MIT
Description: ============
        codebehind
        ============
        
        A collection of magic.
        
        Quick start
        -----------
        
        1. Add "codebehind" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'codebehind',
            ]
        
        2. Run `python manage.py migrate` to create the useful models.
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
