/view-helpers

Set of helper views, mixins and other functions for Django developers.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Pebble View Helpers

Circle CI

This project is a collection of helper functions and classes that we use while developing our Django projects.

Testing

To test this project, create a virtualenv and install the requirements.txt:

virtualenv .
bin/pip install -r requirements.txt
bin/python setup.py install
bin/python test_project/manage.py test