File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
source/content/pages/02-web-frameworks Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,13 @@ <h2>Django resources</h2>
116116 is a Django performance blog post with some tips on measuring performance
117117 and optimizing based on the measured results.</ p >
118118</ li >
119+ < li >
120+ < p > < a href ="http://django-debug-toolbar.readthedocs.org/en/1.2/ "> Django Debug Toolbar</ a >
121+ is a powerful Django ORM database query inspection tool. Highly recommended
122+ during development to ensure you're writing reasonable query code.
123+ < a href ="http://mtford.co.uk/blog/2/ "> Django Silk</ a > is another inspection tool and
124+ has capabilities to do more than just SQL inspection.</ p >
125+ </ li >
119126</ ul >
120127< h2 > Django videos</ h2 >
121128< 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-06-08T08:05:00Z </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-06-08T10:04:33Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -96,6 +96,12 @@ syntax and language semantics first before diving into web development.
9696 is a Django performance blog post with some tips on measuring performance
9797 and optimizing based on the measured results.
9898
99+ * [ Django Debug Toolbar] ( http://django-debug-toolbar.readthedocs.org/en/1.2/ )
100+ is a powerful Django ORM database query inspection tool. Highly recommended
101+ during development to ensure you're writing reasonable query code.
102+ [ Django Silk] ( http://mtford.co.uk/blog/2/ ) is another inspection tool and
103+ has capabilities to do more than just SQL inspection.
104+
99105
100106## Django videos
101107* [ GoDjango] ( https://godjango.com/ ) screencasts and tutorials are free short
You can’t perform that action at this time.
0 commit comments