Pebble View Helpers
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