Skip to content

Commit e034999

Browse files
committed
adding tango with django as a resource
1 parent ac36149 commit e034999

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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-01T12:51:15Z</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-01T13:04:07Z</updated></feed>

source/content/pages/web-frameworks.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Web Framework Resources
6363
`Pyramid <http://www.pylonsproject.org/>`_, and
6464
`web.py <http://webpy.org/>`_ are the most common Python web frameworks.
6565

66-
`Effective Django <http://effectivedjango.com/>`_ is a great introduction to
67-
using the most common Python web framework.
66+
`Effective Django <http://effectivedjango.com/>`_ and
67+
`Tango with Django <http://www.tangowithdjango.com/book/>`_ are a great free
68+
introductions to using the most popular Python web framework.
6869

web-frameworks.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,9 @@ <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>
129+
<p><a class="reference external" href="http://effectivedjango.com/">Effective Django</a> and
130+
<a class="reference external" href="http://www.tangowithdjango.com/book/">Tango with Django</a> are a great free
131+
introductions to using the most popular Python web framework.</p>
131132
</div>
132133

133134
<br/>

0 commit comments

Comments
 (0)