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
STEP-8 : Open new command prompt and run following command to start celery worker
celery -A stock_tracker.celery worker --pool=solo -l info
STEP-9 : Open new command prompt and run following command to start celery beat
celery -A stock_tracker beat -l INFO
Hurrah your website is running
Thank you
About
Stock Tracker web using Django, Django celery for task management, Django channels for real time update of stock price and redis. And also using library yahoo-fin to fetch stocks data.