/Django-Celery-Mongodb

An example of how to use Celery as task broker, RabbitMQ as message broker in Django when using Mongodb as database and result backend

Primary LanguagePythonApache License 2.0Apache-2.0

Django-Celery-Mongodb

This is an example of how to use Celery as task broker, RabbitMQ as message broker in Django when using Mongodb as database and result backend.

The example is based on "Django-rest-framework-mongoengine", see full documentation here

Installation

pip install -r requirements.txt