Skip to content

Commit d8de150

Browse files
committed
new django tutorial
1 parent 2d297aa commit d8de150

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,11 @@ <h2>Django tutorials</h2>
11891189
prose.</p>
11901190
</li>
11911191
<li>
1192+
<p>The <a href="http://www.marinamele.com/taskbuster-django-tutorial">TaskBuster Django tutorial</a>
1193+
is a walkthrough specifically written to show a new Django 1.8 application
1194+
built with Python 3.</p>
1195+
</li>
1196+
<li>
11921197
<p><a href="http://programming.oreilly.com/2014/04/simplifying-django.html">Lightweight Django</a>
11931198
has several nice examples for breaking Django into smaller simplier
11941199
components.</p>

django.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ <h2>Django tutorials</h2>
129129
prose.</p>
130130
</li>
131131
<li>
132+
<p>The <a href="http://www.marinamele.com/taskbuster-django-tutorial">TaskBuster Django tutorial</a>
133+
is a walkthrough specifically written to show a new Django 1.8 application
134+
built with Python 3.</p>
135+
</li>
136+
<li>
132137
<p><a href="http://programming.oreilly.com/2014/04/simplifying-django.html">Lightweight Django</a>
133138
has several nice examples for breaking Django into smaller simplier
134139
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-05-06T19:04:17Z</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-05-10T11:25:28Z</updated></feed>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ While you're learning about Django you should also read up on
101101
This is a good site if you want to dive right into the code with minimal
102102
prose.
103103

104+
* The [TaskBuster Django tutorial](http://www.marinamele.com/taskbuster-django-tutorial)
105+
is a walkthrough specifically written to show a new Django 1.8 application
106+
built with Python 3.
107+
104108
* [Lightweight Django](http://programming.oreilly.com/2014/04/simplifying-django.html)
105109
has several nice examples for breaking Django into smaller simplier
106110
components.

0 commit comments

Comments
 (0)