Metadata-Version: 1.1
Name: django-marionettejs
Version: 0.1.2
Summary: A simple Django app to be extends for easier backbone development, it provides a base template to inherit
Home-page: UNKNOWN
Author: Tim Hsu
Author-email: tim.yellow@gmail.com
License: BSD License
Description: =======================
        django-marionettejs
        =======================
        
        django-marionette-js is a simple Django app to conduct Web-based django-marionettejs. For each
        question, visitors can choose between a fixed number of answers.
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "django-marionettejs" to your INSTALLED_APPS setting like this::
        
        .. code-block:: python
        
            INSTALLED_APPS = (
                'marionettejs',
            )
        
        2. in yourtemplate, just extends 'base.html', you get a template with preconfigured backbone
        
        3. or just include the fragment
        
        .. code-block::html
        
           {% include '_marionettejs.html' %}
        
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
