Skip to content

Commit 4a26bcf

Browse files
committed
updating task queues page with new django+celery post in PR mattmakai#59
1 parent 4b3f53e commit 4a26bcf

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

all.html

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

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

task-queues.html

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

0 commit comments

Comments
 (0)