File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,11 @@ <h2>Django resources</h2>
138138 has several nice examples for breaking Django into smaller simplier
139139 components.</ p >
140140</ li >
141+ < li >
142+ < p > < a href ="http://reinout.vanrees.org/weblog/2014/05/06/making-faster.html "> Making a specific Django app faster</ a >
143+ is a Django performance blog post with some tips on measuring performance
144+ and optimizing based on the measured results.</ p >
145+ </ li >
141146</ ul >
142147< h2 > Django videos</ h2 >
143148< 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-12T08:01:01Z </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-12T08:11:34Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ project on the web.
117117 has several nice examples for breaking Django into smaller simplier
118118 components.
119119
120+ * [ Making a specific Django app faster] ( http://reinout.vanrees.org/weblog/2014/05/06/making-faster.html )
121+ is a Django performance blog post with some tips on measuring performance
122+ and optimizing based on the measured results.
123+
120124
121125## Django videos
122126* [ GoDjango] ( https://godjango.com/ ) screencasts and tutorials are free short
@@ -135,6 +139,7 @@ project on the web.
135139 [ earlier US and DjangoCon EU conferences] ( http://pyvideo.org/category ) are
136140 all available free of charge.
137141
142+
138143## Open source Django example projects
139144* [ Txt 2 React] ( https://github.com/makaimc/txt2react ) is a full Django web
140145 app that allows audiences to text in during a presentation with feedback
You can’t perform that action at this time.
0 commit comments