django-kombu

Software Screenshot:
django-kombu
Software Details:
Version: 0.9.2
Upload Date: 12 May 15
Developer: Ask Solem
Distribution Type: Freeware
Downloads: 22

Rating: 3.0/5 (Total Votes: 1)

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, djkombu.transport.DatabaseTransport, which is used like this:

>>> from kombu.connection import BrokerConnection
>>> c = BrokerConnection(transport="djkombu.transport.DatabaseTransport")


Installation

You can install django-kombu either via the Python Package Index (PyPI) or from source.

To install using pip,:

 pip install django-kombu

To install using easy_install,:

 easy_install django-kombu

If you have downloaded a source tarball you can install it by doing the following,:

 python setup.py build

# python setup.py install # as root

Requirements:

  • Python
  • Django

Other Software of Developer Ask Solem

Kombu
Kombu

12 May 15

celerymon
celerymon

20 Feb 15

Github2
Github2

5 Jun 15

Celery
Celery

12 May 15

Comments to django-kombu

Comments not found
Add Comment
Turn on images!