Skip to content

Commit e75a7e0

Browse files
committed
adding a couple of django resources
1 parent e38d619 commit e75a7e0

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

django.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

source/content/pages/02-web-frameworks/0203-django.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)