rapidprototype

Library for create easy prototypes with django


Keywords
Django, prototype, html
License
BSD-3-Clause
Install
pip install rapidprototype==0.1.3

Documentation

django rapidprototype

A django application to help designers to create rapid prototyping for projects.

This app have been inspired from the book django lightweight to improve the way to make prototypes in django.

Install through pip

$ pip install rapidprototype

create a new folder inside your template folder that will contain the templates of the prototype and add the name of the folder to the settings.py for example:

SITE_PAGES_DIRECTORY = 'pages'