google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

http://pypi.python.org/pypi/django-kombu #196

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

django-kombu is now deprecated. We are currently using our own patched version.

Deprecation notice:

http://pypi.python.org/pypi/django-kombu

To quote:

django-kombu has now moved into Kombu core, so this repository is no longer in 
use.

To upgrade, install the latest Kombu version and add the following to your 
settings.py:

INSTALLED_APPS = (
    "kombu.transport.django",
)
You can remove the previous "djkombu" entry.

Original issue reported on code.google.com by aahun...@gmail.com on 27 Apr 2012 at 4:05

GoogleCodeExporter commented 9 years ago

Original comment by aahun...@gmail.com on 27 Apr 2012 at 4:05