You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1: redis, in your redis directory
redis-server.exe
# 2: then activate celery, in project root directory
Celery -A celery_tasks.main worker -l info -P eventlet
# 3. run the server
python manage.py runserver