Skip to content

pombredanne/django-bulbs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Configuring for Development

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 99.9%
  • HTML 0.1%