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
workspace: ./mysite
step 1:
redis-runserver
step 2:
celery -A mysite worker -l info --pool=solo (win)
celery -A mysite worker -l info (linux)
step 3:
python manage.py runserver
step 4:
go to 127.0.0.1 to test functions.