Skip to content

Commit 4b3f53e

Browse files
committed
Merge pull request mattmakai#59 from mjhea0/patch-1
Update 11-task-queues.markdown
2 parents 01ef555 + 304a36b commit 4b3f53e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/content/pages/07-web-app-deployment/11-task-queues.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ when scaling out a large deployment of distributed task queues.
162162
shows the code and a simple explanation of how to use Celery with
163163
[Django](/django.html).
164164

165+
* [Asynchronous Tasks With Django and Celery](https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/)
166+
shows how to integrate Celery with [Django](/django.html) and create Periodic Tasks.
167+
165168

166169

167170
## Task queue learning checklist

0 commit comments

Comments
 (0)