Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

theonion/django-bulbs

Repository files navigation

DEPRECATED: This project is now part of the Mono Repo

Django Bulbs Build Status Coverage Status

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.

Setting up virtual env

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]"

Running Tests

  1. Clone, setup, and start onion-services.
  2. Run ./scripts/init_db
  3. 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.

Building Docs

cd docs
make html