Skip to content

Commit b0983f8

Browse files
committed
merging PR mattmakai#45 and editing the text
1 parent ac7aecd commit b0983f8

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
lines changed

all.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,14 @@ <h2>Django tutorials</h2>
188188
to the web framework.</p>
189189
</li>
190190
<li>
191+
<p><a href="http://www.obeythetestinggoat.com/">Test-Driven Development with Python</a>
192+
focuses on web development using Django and JavaScript. This book uses
193+
the development of a website using the Django web framework as a real
194+
world example of how to perform test-driven development (TDD). There is
195+
also coverage of NoSQL, websockets and asynchronous responses. The book can
196+
be read online for free or purchased in hard copy via O'Reilly.</p>
197+
</li>
198+
<li>
191199
<p>The <a href="http://www.reddit.com/r/django">Django subreddit</a> often has links to
192200
the latest resources for learning Django and is also a good spot to ask
193201
questions about it.</p>

django.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ <h2>Django tutorials</h2>
9595
to the web framework.</p>
9696
</li>
9797
<li>
98-
<p><a href="http://www.obeythetestinggoat.com/">Test-Driven Development with Python</a> focuses on web development using
99-
Django, with some coverage of JavaScript (inescapable for any web programmer). This book uses a concrete
100-
example—the development of a website using the Django web framework, from scratch—to teach the TDD methodology,
101-
and how it applies to web programming, from the basics of database integration and javascript, going via
102-
browser-automation tools like Selenium, to advanced (and trendy) topics like NoSQL, websockets and Async
103-
programming.The book is available to read online for free.</p>
98+
<p><a href="http://www.obeythetestinggoat.com/">Test-Driven Development with Python</a>
99+
focuses on web development using Django and JavaScript. This book uses
100+
the development of a website using the Django web framework as a real
101+
world example of how to perform test-driven development (TDD). There is
102+
also coverage of NoSQL, websockets and asynchronous responses. The book can
103+
be read online for free or purchased in hard copy via O'Reilly.</p>
104104
</li>
105105
<li>
106106
<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-11-09T23:19:26Z</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-11-09T15:02:04Z</updated></feed>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ syntax and language semantics first before diving into web development.
7979
* [Effective Django](http://effectivedjango.com/) is another free introduction
8080
to the web framework.
8181

82-
* [Test-Driven Development with Python](http://www.obeythetestinggoat.com/) focuses on web development using
83-
Django, with some coverage of JavaScript (inescapable for any web programmer). This book uses a concrete
84-
example—the development of a website using the Django web framework, from scratch—to teach the TDD methodology,
85-
and how it applies to web programming, from the basics of database integration and javascript, going via
86-
browser-automation tools like Selenium, to advanced (and trendy) topics like NoSQL, websockets and Async
87-
programming.The book is available to read online for free.
82+
* [Test-Driven Development with Python](http://www.obeythetestinggoat.com/)
83+
focuses on web development using Django and JavaScript. This book uses
84+
the development of a website using the Django web framework as a real
85+
world example of how to perform test-driven development (TDD). There is
86+
also coverage of NoSQL, websockets and asynchronous responses. The book can
87+
be read online for free or purchased in hard copy via O'Reilly.
8888

8989
* The [Django subreddit](http://www.reddit.com/r/django) often has links to
9090
the latest resources for learning Django and is also a good spot to ask

0 commit comments

Comments
 (0)