File tree Expand file tree Collapse file tree 4 files changed +14
-1
lines changed
source/content/pages/07-web-app-deployment Expand file tree Collapse file tree 4 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4603,6 +4603,11 @@ <h2>Task queue resources</h2>
46034603 is a straightforward tutorial for setting up the Celery task queue for
46044604 Django web applications using the Redis broker on the back end.</ p >
46054605</ li >
4606+ < li >
4607+ < p > < a href ="http://django.zone/posts/background-jobs-django-and-celery "> Background jobs with Django and Celery</ a >
4608+ shows the code and a simple explanation of how to use Celery with
4609+ < a href ="/django.html "> Django</ a > .</ p >
4610+ </ li >
46064611</ ul >
46074612< h2 > Task queue learning checklist</ h2 >
46084613< p > < i class ="fa fa-check-square-o "> </ i >
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-03-22T08:49:06Z </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-03-23T10:48:17Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -170,6 +170,9 @@ when scaling out a large deployment of distributed task queues.
170170 is a straightforward tutorial for setting up the Celery task queue for
171171 Django web applications using the Redis broker on the back end.
172172
173+ * [ Background jobs with Django and Celery] ( http://django.zone/posts/background-jobs-django-and-celery )
174+ shows the code and a simple explanation of how to use Celery with
175+ [ Django] ( /django.html ) .
173176
174177
175178
Original file line number Diff line number Diff line change @@ -216,6 +216,11 @@ <h2>Task queue resources</h2>
216216 is a straightforward tutorial for setting up the Celery task queue for
217217 Django web applications using the Redis broker on the back end.</ p >
218218</ li >
219+ < li >
220+ < p > < a href ="http://django.zone/posts/background-jobs-django-and-celery "> Background jobs with Django and Celery</ a >
221+ shows the code and a simple explanation of how to use Celery with
222+ < a href ="/django.html "> Django</ a > .</ p >
223+ </ li >
219224</ ul >
220225< h2 > Task queue learning checklist</ h2 >
221226< p > < i class ="fa fa-check-square-o "> </ i >
You can’t perform that action at this time.
0 commit comments