My new course demo. django x celery x redis.



My new course demo. django x celery x redis.

My new course demo. django x celery x redis.

Course: https://www.codingforentrepreneurs.com/projects/time-tasks-2/
Code: https://github.com/codingforentrepreneurs/Time-Tasks-2

Celery turns your Django projects into a scheduling genie. This means that you can delay (or offload) any task, especially long running tasks, to another time. The delay can happen based on a pre-set schedule or based on HTTP requests.

We’re going to be scraping stock market data.

Enroll now: https://cfe.sh/enroll/

Comments are closed.