File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5501,6 +5501,10 @@ <h2>Task queue resources</h2>
55015501 shows the code and a simple explanation of how to use Celery with
55025502 < a href ="/django.html "> Django</ a > .</ p >
55035503</ li >
5504+ < li >
5505+ < p > < a href ="https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/ "> Asynchronous Tasks With Django and Celery</ a >
5506+ shows how to integrate Celery with < a href ="/django.html "> Django</ a > and create Periodic Tasks.</ p >
5507+ </ li >
55045508</ ul >
55055509< h2 > Task queue learning checklist</ h2 >
55065510< ol >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-07-07T21:09:00Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2015-07-08T08:37:10Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -217,6 +217,10 @@ <h2>Task queue resources</h2>
217217 shows the code and a simple explanation of how to use Celery with
218218 < a href ="/django.html "> Django</ a > .</ p >
219219</ li >
220+ < li >
221+ < p > < a href ="https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/ "> Asynchronous Tasks With Django and Celery</ a >
222+ shows how to integrate Celery with < a href ="/django.html "> Django</ a > and create Periodic Tasks.</ p >
223+ </ li >
220224</ ul >
221225< h2 > Task queue learning checklist</ h2 >
222226< ol >
You can’t perform that action at this time.
0 commit comments