django-prototype

Simple application to build interactive HTML based on the Django templating system.


License
Other
Install
pip install django-prototype==0.2

Documentation

Django Prototype

Build Status

Django Prototype is a simple application which allows you to harness the power of the Django templating system to produce an interactive HTML site.

The template we load is derived from the path on the Django site. For example, starting up the development server and accessing http://localhost:8000/example/ will seek to load the template prototype/example/index.html with an empty context.