Skip to content

Commit 44bc8ce

Browse files
committed
adding django subreddit
1 parent efa48ac commit 44bc8ce

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

django.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ <h2>Django tutorials</h2>
116116
explains the architecture of the resulting set up and includes Chef scripts
117117
to automate the deployment.</p>
118118
</li>
119+
<li>
120+
<p>The <a href="http://www.reddit.com/r/django">Django subreddit</a> is a good spot to
121+
learn about Django and ask questions.</p>
122+
</li>
119123
</ul>
120124
<h2>Django videos</h2>
121125
<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-07-15T08:44:21Z</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-07-16T09:59:53Z</updated></feed>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ syntax and language semantics first before diving into web development.
9696
explains the architecture of the resulting set up and includes Chef scripts
9797
to automate the deployment.
9898

99+
* The [Django subreddit](http://www.reddit.com/r/django) is a good spot to
100+
learn about Django and ask questions.
101+
99102

100103
## Django videos
101104
* [GoDjango](https://godjango.com/) screencasts and tutorials are free short

0 commit comments

Comments
 (0)