DEPRECATED: This project is now part of the Mono Repo
django-bulbs is a set of apps used to power content at The Onion.
This project very much under active development, and is currently not as reusable as it could be.
virtualenv .
source bin/activate
First, enter any virtualenv, etc, that you plan on developing in.
pip install -e .
pip install "file://$(pwd)#egg=django-bulbs[dev]"
- Clone, setup, and start onion-services.
- Run
./scripts/init_db
- Run
./scripts/test
A relative path to a folder or file can be given to ./scripts/test
to run
only a specific subset of tests.
cd docs
make html