Skip to content

Commit 0c6894b

Browse files
committed
updating with link to effective django
1 parent 8948020 commit 0c6894b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

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-02-01T10:51:20Z</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-02-01T12:45:12Z</updated></feed>

source/content/pages/web-frameworks.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,7 @@ Web Framework Resources
6262
`Bottle <http://bottlepy.org/docs/dev/>`_,
6363
`Pyramid <http://www.pylonsproject.org/>`_, and
6464
`web.py <http://webpy.org/>`_ are the most common Python web frameworks.
65+
66+
`Effective Django <http://effectivedjango.com/>`_ is a great introduction to
67+
using the most common Python web framework.
68+

web-frameworks.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ <h2>Web Framework Resources</h2>
126126
<a class="reference external" href="http://bottlepy.org/docs/dev/">Bottle</a>,
127127
<a class="reference external" href="http://www.pylonsproject.org/">Pyramid</a>, and
128128
<a class="reference external" href="http://webpy.org/">web.py</a> are the most common Python web frameworks.</p>
129+
<p><a class="reference external" href="http://effectivedjango.com/">Effective Django</a> is a great introduction to
130+
using the most common Python web framework.</p>
129131
</div>
130132

131133
<br/>

0 commit comments

Comments
 (0)