Celery Example Project Running on Local Machine git clone https://github.com/joshidivanshu/Celery-Example pip install -r requirements.txt python manage.py migrate python manage.py runserver To run celery workers celery -A mysite worker -l info To run & install RabbitMQ using Docker docker run rabbitmq Project Snapshots