Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 296 Bytes

celery.md

File metadata and controls

18 lines (16 loc) · 296 Bytes

Celery

installation

pip install -U Celery
sudo apt install rabbitmq-server

install celery plugin

pip install django-celery-email

start workers

Do it before sending email (before password reset)

cd django_eisenhower
celery -A tasks worker -l INFO