File tree Expand file tree Collapse file tree 4 files changed +18
-1
lines changed
source/content/pages/04-web-development Expand file tree Collapse file tree 4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -1037,6 +1037,12 @@ <h2>Django tutorials</h2>
10371037< p > Steve Losh wrote an incredibly detailed < a href ="http://stevelosh.com/blog/2011/06/django-advice/ "> Django Advice guide</ a > .</ p >
10381038</ li >
10391039< li >
1040+ < p > < a href ="http://lightbird.net/dbe2/ "> Django by Example</ a > is a set of tutorials for
1041+ creating Django projects such as a blog, forum, issue tracker and portfolio.
1042+ This is a good site if you want to dive right into the code with minimal
1043+ prose.</ p >
1044+ </ li >
1045+ < li >
10401046< p > < a href ="http://programming.oreilly.com/2014/04/simplifying-django.html "> Lightweight Django</ a >
10411047 has several nice examples for breaking Django into smaller simplier
10421048 components.</ p >
Original file line number Diff line number Diff line change @@ -121,6 +121,12 @@ <h2>Django tutorials</h2>
121121< p > Steve Losh wrote an incredibly detailed < a href ="http://stevelosh.com/blog/2011/06/django-advice/ "> Django Advice guide</ a > .</ p >
122122</ li >
123123< li >
124+ < p > < a href ="http://lightbird.net/dbe2/ "> Django by Example</ a > is a set of tutorials for
125+ creating Django projects such as a blog, forum, issue tracker and portfolio.
126+ This is a good site if you want to dive right into the code with minimal
127+ prose.</ p >
128+ </ li >
129+ < li >
124130< p > < a href ="http://programming.oreilly.com/2014/04/simplifying-django.html "> Lightweight Django</ a >
125131 has several nice examples for breaking Django into smaller simplier
126132 components.</ p >
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-17T09:22:14Z </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-17T17:46:01Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -101,6 +101,11 @@ syntax and language semantics first before diving into web development.
101101
102102* Steve Losh wrote an incredibly detailed [ Django Advice guide] ( http://stevelosh.com/blog/2011/06/django-advice/ ) .
103103
104+ * [ Django by Example] ( http://lightbird.net/dbe2/ ) is a set of tutorials for
105+ creating Django projects such as a blog, forum, issue tracker and portfolio.
106+ This is a good site if you want to dive right into the code with minimal
107+ prose.
108+
104109* [ Lightweight Django] ( http://programming.oreilly.com/2014/04/simplifying-django.html )
105110 has several nice examples for breaking Django into smaller simplier
106111 components.
You can’t perform that action at this time.
0 commit comments