Skip to content

Commit ed38b7f

Browse files
committed
updating link to 2 scoops of Django for current 1.6 release
1 parent d74ee1f commit ed38b7f

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
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-10T08:13:42Z</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-10T18:23:02Z</updated></feed>

source/content/pages/web-frameworks.rst

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

67+
68+
`2 Scoops of Django <http://twoscoopspress.com/products/two-scoops-of-django-1-6>`_
69+
by Daniel Greenfield and Audrey Roy is well worth the price of admission if
70+
you're serious about learning how to correctly develop Django websites.
71+
72+
6773
`Effective Django <http://effectivedjango.com/>`_ and
6874
`Tango with Django <http://www.tangowithdjango.com/book/>`_ are a great free
6975
introductions to using the most popular Python web framework.
7076

71-
`2 Scoops of Django <http://twoscoopspress.org/products/two-scoops-of-django-1-5-e-book-bundle>`_
72-
by Daniel Greenfield and Audrey Roy is well worth the price of admission if
73-
you're serious about learning how to correctly develop Django websites.

web-frameworks.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ <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://twoscoopspress.com/products/two-scoops-of-django-1-6">2 Scoops of Django</a>
130+
by Daniel Greenfield and Audrey Roy is well worth the price of admission if
131+
you're serious about learning how to correctly develop Django websites.</p>
129132
<p><a class="reference external" href="http://effectivedjango.com/">Effective Django</a> and
130133
<a class="reference external" href="http://www.tangowithdjango.com/book/">Tango with Django</a> are a great free
131134
introductions to using the most popular Python web framework.</p>
132-
<p><a class="reference external" href="http://twoscoopspress.org/products/two-scoops-of-django-1-5-e-book-bundle">2 Scoops of Django</a>
133-
by Daniel Greenfield and Audrey Roy is well worth the price of admission if
134-
you're serious about learning how to correctly develop Django websites.</p>
135135
</div>
136136

137137
<br/>

0 commit comments

Comments
 (0)