File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
content/pages/07-web-development Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,12 @@ then dive into these specific Celery tutorials.
101101 is a straightforward tutorial for setting up the Celery task queue for
102102 Django web applications using the Redis broker on the back end.
103103
104+ * [ A Guide to Sending Scheduled Reports Via Email Using Django And Celery] ( https://hashedin.com/2017/05/30/email-scheduled-reports-with-django/ )
105+ shows you how to use
106+ [ django-celery] ( https://github.com/celery/django-celery )
107+ in your application. Note however there are other ways of integrating
108+ Celery with Django that do not require the django-celery dependency.
109+
104110* [ Asynchronous Tasks With Django and Celery] ( https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/ )
105111 shows how to integrate Celery with [ Django] ( /django.html ) and create Periodic Tasks.
106112
You can’t perform that action at this time.
0 commit comments