Skip to content

Instantly share code, notes, and snippets.

@kachmul2004
kachmul2004 / CELERYCONFIG.md
Last active December 6, 2022 21:53 — forked from hamzaakhtar953/CELERYCONFIG.md
Configuring Celery + Redis + Supervisor with Django

Configuring Celery + Redis + Supervisor with Django

Install Celery

$ pip install celery
$ pip install redis

Install Celery Broker