fabiopiovam / django-celery-example

Example used in the blog post "How to Use Celery and RabbitMQ with Django"

Home Page:https://simpleisbetterthancomplex.com/tutorial/2017/08/20/how-to-use-celery-with-django.html?utm_source=github&utm_medium=repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Celery Example

Example used in the blog post How to Use Celery and RabbitMQ with Django

Running Locally

git clone https://github.com/sibtc/django-celery-example.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
celery -A mysite worker -l info

Make sure you have RabbitMQ service running.

rabbitmq-server

For more info see the Blog post.

About

Example used in the blog post "How to Use Celery and RabbitMQ with Django"

https://simpleisbetterthancomplex.com/tutorial/2017/08/20/how-to-use-celery-with-django.html?utm_source=github&utm_medium=repository

License:MIT License


Languages

Language:Python 84.5%Language:HTML 15.5%