Remove kombu-sqlalchemy and use database string in modern kombu-proper format
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 22 Apr 2012 01:29:02 +0000 (20:29 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 22 Apr 2012 01:29:02 +0000 (20:29 -0500)
commitec05785089144e6bf7e2dd9056774342cec1415b
treeb2af85d3b023d848fcb9af94d4290453d33c66cc
parentc2c66ea1c1fa42032d2e7b114fd5fa8385f4c0ee
Remove kombu-sqlalchemy and use database string in modern kombu-proper format

Previously we were using kombu-sqlalchemy the library for sqlalchemy
support.  Newer kombu has support for this internally, so we're using
that.  Requires changing a celery setting and also removing
kombu-sqlalchemy from your path.

I hope the process of removing kombu-sqlalchemy from one's path
doesn't confuse too many people...!
mediagoblin/config_spec.ini
setup.py