Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README sym link causes pip to fail #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README

This file was deleted.

55 changes: 55 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
=========================================================
django-kombu - Kombu transport using the Django database.
=========================================================

:version: 0.9.1

Introduction
============

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")


.. _`Kombu`: http://pypi.python.org/pypi/kombu

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

License
=======

This software is licensed under the ``New BSD License``. See the ``LICENSE``
file in the top distribution directory for the full license text.

.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround

55 changes: 0 additions & 55 deletions README.rst

This file was deleted.

1 change: 1 addition & 0 deletions README.rst