Skip to content

Commit acd4e0f

Browse files
committed
new django resource
1 parent 7b33ccc commit acd4e0f

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

all.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,12 @@ <h2>Django tutorials</h2>
10371037
<p>Steve Losh wrote an incredibly detailed <a href="http://stevelosh.com/blog/2011/06/django-advice/">Django Advice guide</a>.</p>
10381038
</li>
10391039
<li>
1040+
<p><a href="http://lightbird.net/dbe2/">Django by Example</a> is a set of tutorials for
1041+
creating Django projects such as a blog, forum, issue tracker and portfolio.
1042+
This is a good site if you want to dive right into the code with minimal
1043+
prose.</p>
1044+
</li>
1045+
<li>
10401046
<p><a href="http://programming.oreilly.com/2014/04/simplifying-django.html">Lightweight Django</a>
10411047
has several nice examples for breaking Django into smaller simplier
10421048
components.</p>

django.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ <h2>Django tutorials</h2>
121121
<p>Steve Losh wrote an incredibly detailed <a href="http://stevelosh.com/blog/2011/06/django-advice/">Django Advice guide</a>.</p>
122122
</li>
123123
<li>
124+
<p><a href="http://lightbird.net/dbe2/">Django by Example</a> is a set of tutorials for
125+
creating Django projects such as a blog, forum, issue tracker and portfolio.
126+
This is a good site if you want to dive right into the code with minimal
127+
prose.</p>
128+
</li>
129+
<li>
124130
<p><a href="http://programming.oreilly.com/2014/04/simplifying-django.html">Lightweight Django</a>
125131
has several nice examples for breaking Django into smaller simplier
126132
components.</p>

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>2015-03-17T09:22:14Z</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>2015-03-17T17:46:01Z</updated></feed>

source/content/pages/04-web-development/02-django.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ syntax and language semantics first before diving into web development.
101101

102102
* Steve Losh wrote an incredibly detailed [Django Advice guide](http://stevelosh.com/blog/2011/06/django-advice/).
103103

104+
* [Django by Example](http://lightbird.net/dbe2/) is a set of tutorials for
105+
creating Django projects such as a blog, forum, issue tracker and portfolio.
106+
This is a good site if you want to dive right into the code with minimal
107+
prose.
108+
104109
* [Lightweight Django](http://programming.oreilly.com/2014/04/simplifying-django.html)
105110
has several nice examples for breaking Django into smaller simplier
106111
components.

0 commit comments

Comments
 (0)