django-comps

A simple application that provides an entry point for integrating front end designers into a django project


License
BSD-3-Clause
Install
pip install django-comps==0.1.0

Documentation

django-comps

An app that facilitates rapid prototyping.

Provides an entry point for deeper integration of front end designers with little to no experienceinto a project.

Features

Protypes can be built in the COMPS_DIR and render within he context of a Django project, without the need for defined views.

  • Take advantage of the templating engine
  • No need to pre-configure urls and views during prototyping
  • Onboard new designers to the wonders of Django

Installation

django-comps requires Django >= 1.4 and Python >= 2.6.

pip install django-comps

Documentation

Documentation on using django-comps is available on Read The Docs.

License

django-comps is released under the BSD License. See the LICENSE file for more details.

Contributing

If you think you've found a bug or are interested in contributing to this project check out django-comps on Github.