Skip to content

firuza/django-celery-example

 
 

Repository files navigation

Django Celery Example

Documentation Status

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"

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.1%
  • HTML 24.1%
  • Dockerfile 0.8%