Skip to content

Commit 0342bf8

Browse files
committed
new django tutorial
1 parent efa95f3 commit 0342bf8

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,10 @@ <h2>Django books and tutorials</h2>
14261426
from scratch?”</p>
14271427
</li>
14281428
<li>
1429+
<p>This Django tutorial shows how to
1430+
<a href="http://drksephy.github.io/2015/07/16/django/">build a project from scratch using Twitter Bootstrap, Bower, Requests and the Github API</a>.</p>
1431+
</li>
1432+
<li>
14291433
<p>The <a href="http://www.revsys.com/blog/2014/nov/21/recommended-django-project-layout/">recommended Django project layout</a>
14301434
is helpful for developers new to Django to understand how to structure
14311435
the directories and files within apps for projects.</p>

django.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ <h2>Django books and tutorials</h2>
171171
from scratch?”</p>
172172
</li>
173173
<li>
174+
<p>This Django tutorial shows how to
175+
<a href="http://drksephy.github.io/2015/07/16/django/">build a project from scratch using Twitter Bootstrap, Bower, Requests and the Github API</a>.</p>
176+
</li>
177+
<li>
174178
<p>The <a href="http://www.revsys.com/blog/2014/nov/21/recommended-django-project-layout/">recommended Django project layout</a>
175179
is helpful for developers new to Django to understand how to structure
176180
the directories and files within apps for projects.</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-08-03T14:14: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-08-04T09:00:06Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ as of Django 1.7.
136136
answers the question, “How do I set up a Django (1.5, 1.6, or 1.7) project
137137
from scratch?”
138138

139+
* This Django tutorial shows how to
140+
[build a project from scratch using Twitter Bootstrap, Bower, Requests and the Github API](http://drksephy.github.io/2015/07/16/django/).
141+
139142
* The [recommended Django project layout](http://www.revsys.com/blog/2014/nov/21/recommended-django-project-layout/)
140143
is helpful for developers new to Django to understand how to structure
141144
the directories and files within apps for projects.

0 commit comments

Comments
 (0)