File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,11 @@ <h2>Django resources</h2>
133133< li >
134134< p > Steve Losh wrote an incredibly detailed < a href ="http://stevelosh.com/blog/2011/06/django-advice/ "> Django Advice guide</ a > .</ p >
135135</ li >
136+ < li >
137+ < p > < a href ="http://programming.oreilly.com/2014/04/simplifying-django.html "> Lightweight Django</ a >
138+ has several nice examples for breaking Django into smaller simplier
139+ components.</ p >
140+ </ li >
136141</ ul >
137142< h2 > Django videos</ h2 >
138143< ul >
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-05-05T07:14:54Z </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-05-06T08:30:41Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -113,6 +113,10 @@ project on the web.
113113
114114* Steve Losh wrote an incredibly detailed [ Django Advice guide] ( http://stevelosh.com/blog/2011/06/django-advice/ ) .
115115
116+ * [ Lightweight Django] ( http://programming.oreilly.com/2014/04/simplifying-django.html )
117+ has several nice examples for breaking Django into smaller simplier
118+ components.
119+
116120
117121## Django videos
118122* [ GoDjango] ( https://godjango.com/ ) screencasts and tutorials are free short
You can’t perform that action at this time.
0 commit comments