Skip to content

csinchok/django-bulbs

 
 

Repository files navigation

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 django-elastimorphic into a sibiling directory
  2. Install dev requirements
pip install -e ".[dev]"
  1. Run tests
py.test tests/

Building Docs

cd docs
make html

About

A set of reusable apps, marrying django-polymorphic, and elasticsearch.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.5%
  • HTML 5.9%
  • CSS 2.7%
  • JavaScript 1.7%
  • Other 0.2%