All functionality moved into django-bulbs
Original README Below
Some tools for referencing the videohub from our other properties
Once you clone this project and cd
into its root, to run the tests:
- Create a virtualenv and activate it:
virtualenv .
source ./bin/activate
- Install requirements
pip install -e .
pip install "file://$(pwd)#egg=videohub-client[dev]"
- Run tests
./runtests.py