We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ef555 commit 304a36bCopy full SHA for 304a36b
source/content/pages/07-web-app-deployment/11-task-queues.markdown
@@ -162,6 +162,9 @@ when scaling out a large deployment of distributed task queues.
162
shows the code and a simple explanation of how to use Celery with
163
[Django](/django.html).
164
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
+
168
169
170
## Task queue learning checklist
0 commit comments