Metadata-Version: 2.0
Name: django-marionettejs
Version: 0.1
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
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

=======================
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::

    INSTALLED_APPS = (
        ...
        'marionettejs',
    )

2. in yourtemplate, just extends 'base.html', you get a template with preconfigured backbone



