Skip to content

Commit 6df1b7e

Browse files
committed
adding new django resource
1 parent 467fae0 commit 6df1b7e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

django.html

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

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-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>

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

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

0 commit comments

Comments
 (0)