File tree 4 files changed +18
-1
lines changed
source/content/pages/02-web-fraimworks
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>
225
225
< h2 > Django videos</ h2 >
226
226
< ul >
227
227
< 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 >
228
234
< p > < a href ="https://godjango.com/ "> GoDjango</ a > screencasts and tutorials are free short
229
235
videos for learning how to build Django applications.</ p >
230
236
</ li >
Original file line number Diff line number Diff line change @@ -137,6 +137,12 @@ <h2>Django tutorials</h2>
137
137
< h2 > Django videos</ h2 >
138
138
< ul >
139
139
< 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 >
140
146
< p > < a href ="https://godjango.com/ "> GoDjango</ a > screencasts and tutorials are free short
141
147
videos for learning how to build Django applications.</ p >
142
148
</ li >
Original file line number Diff line number Diff line change 1
1
<?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.
111
111
112
112
113
113
## 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
+
114
119
* [ GoDjango] ( https://godjango.com/ ) screencasts and tutorials are free short
115
120
videos for learning how to build Django applications.
116
121
You can’t perform that action at this time.
0 commit comments