Skip to content

Commit 62d1567

Browse files
committed
adding new django resource
1 parent 8ad2fbe commit 62d1567

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

django.html

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

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

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

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

0 commit comments

Comments
 (0)