Skip to content

Commit 1235ab0

Browse files
committed
new celery resource
1 parent fb64f80 commit 1235ab0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/pages/07-web-development/27-celery.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)