File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -225,6 +225,12 @@ <h2>Django tutorials</h2>
225225< h2 > Django videos</ h2 >
226226< ul >
227227< li >
228+ < p > Kate Heddleston and I gave a talk at DjangoCon 2014 called
229+ < a href ="https://www.youtube.com/watch?v=QrFEKghISEI "> Choose Your Own Django Deployment Adventure</ a >
230+ which walked through many of the scenarios you'd face when deploying your
231+ first Django website.</ p >
232+ </ li >
233+ < li >
228234< p > < a href ="https://godjango.com/ "> GoDjango</ a > screencasts and tutorials are free short
229235 videos for learning how to build Django applications.</ p >
230236</ li >
Original file line number Diff line number Diff line change @@ -137,6 +137,12 @@ <h2>Django tutorials</h2>
137137< h2 > Django videos</ h2 >
138138< ul >
139139< li >
140+ < p > Kate Heddleston and I gave a talk at DjangoCon 2014 called
141+ < a href ="https://www.youtube.com/watch?v=QrFEKghISEI "> Choose Your Own Django Deployment Adventure</ a >
142+ which walked through many of the scenarios you'd face when deploying your
143+ first Django website.</ p >
144+ </ li >
145+ < li >
140146< p > < a href ="https://godjango.com/ "> GoDjango</ a > screencasts and tutorials are free short
141147 videos for learning how to build Django applications.</ p >
142148</ li >
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 >2014-09-19T09:17:04Z </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 >2014-09-20T10:59:13Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -111,6 +111,11 @@ syntax and language semantics first before diving into web development.
111111
112112
113113## Django videos
114+ * Kate Heddleston and I gave a talk at DjangoCon 2014 called
115+ [ Choose Your Own Django Deployment Adventure] ( https://www.youtube.com/watch?v=QrFEKghISEI )
116+ which walked through many of the scenarios you'd face when deploying your
117+ first Django website.
118+
114119* [ GoDjango] ( https://godjango.com/ ) screencasts and tutorials are free short
115120 videos for learning how to build Django applications.
116121
You can’t perform that action at this time.
0 commit comments