Skip to content

diegosada/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

About

DEPRECATED: This project is now part of the Mono Repo (https://github.com/theonion/omni)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 86.2%
  • HTML 6.0%
  • JavaScript 4.7%
  • CSS 3.0%
  • Shell 0.1%
  • Ruby 0.0%