Skip to content

Commit 6c674c6

Browse files
committed
tweaking wording for django page
1 parent 0ce6f51 commit 6c674c6

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

django.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,19 @@ <h1>Django</h1>
125125
<h2>Django resources</h2>
126126
<ul>
127127
<li>
128+
<p><a href="http://www.tangowithdjango.com/book/">Tango with Django</a> are a extensive
129+
free introductions to using the most popular Python web framework. Several
130+
current developers said this book really helped them get over the initial
131+
framework learning curve.</p>
132+
</li>
133+
<li>
128134
<p><a href="http://twoscoopspress.com/products/two-scoops-of-django-1-6">2 Scoops of Django</a>
129135
by Daniel Greenfield and Audrey Roy is well worth the price of admission if
130136
you're serious about learning how to correctly develop Django websites.</p>
131137
</li>
132138
<li>
133-
<p><a href="http://effectivedjango.com/">Effective Django</a> and
134-
<a href="http://www.tangowithdjango.com/book/">Tango with Django</a> are a extensive
135-
free introductions to using the most popular Python web framework.</p>
139+
<p><a href="http://effectivedjango.com/">Effective Django</a> is another free introduction
140+
to the web framework.</p>
136141
</li>
137142
<li>
138143
<p>The <a href="http://www.reddit.com/r/django">Django subreddit</a> often has links to

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-04-22T10:24:48Z</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-04-23T08:02:01Z</updated></feed>

source/content/pages/08-web-frameworks/0802-django.markdown

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ and [database schema migrations](https://docs.djangoproject.com/en/dev/topics/mi
1818

1919

2020
## Django resources
21+
* [Tango with Django](http://www.tangowithdjango.com/book/) are a extensive
22+
free introductions to using the most popular Python web framework. Several
23+
current developers said this book really helped them get over the initial
24+
framework learning curve.
25+
2126
* [2 Scoops of Django](http://twoscoopspress.com/products/two-scoops-of-django-1-6)
2227
by Daniel Greenfield and Audrey Roy is well worth the price of admission if
2328
you're serious about learning how to correctly develop Django websites.
2429

25-
* [Effective Django](http://effectivedjango.com/) and
26-
[Tango with Django](http://www.tangowithdjango.com/book/) are a extensive
27-
free introductions to using the most popular Python web framework.
30+
* [Effective Django](http://effectivedjango.com/) is another free introduction
31+
to the web framework.
2832

2933
* The [Django subreddit](http://www.reddit.com/r/django) often has links to
3034
the latest resources for learning Django.

0 commit comments

Comments
 (0)