Name : python-django-kombu
| |
Version : 0.9.4
| Vendor : obs://build_opensuse_org/home:smarty12
|
Release : lp153.1.3
| Date : 2022-01-27 20:32:44
|
Group : Development/Languages/Python
| Source RPM : python-django-kombu-0.9.4-lp153.1.3.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
Summary : Kombu transport using the Django database as a message store
|
Description :
This package 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\")
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/smarty12:/Python/openSUSE_Leap_15.3/noarch |