django-kombu 0.9.2

django-kombu is a Django app that enables you to use the Django database as the message store for Kombu.To use you first have to add djkombu to INSTALLED_APPS, and then execute syncdb to create the tables.django-kombu contains a single transport,...