Skip to content

Commit

Permalink
make it clearer the content is out of date.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Nov 17, 2016
1 parent 6bb5772 commit e64149b
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
Update - this tutorial needs updating, please see the book
----------------------------------------------------------
Update - this tutorial is out of date, and no longer being updated
------------------------------------------------------------------

[update 2013-04-15] Two things: firstly this tutorial needs a re-write. Last
time I presented it (at Pycon 2013), I did so following a completely re-vamped
ordering, which makes *much* more sense. As it is, I feel it introduces far
too many concepts all in one go in the first section.

If you're looking for (what I think is) a better introduction to TDD and Django,
This tutorial dates back to 2012, and was originally written for Django 1.3. It
is totally out of date now, and I'm not maintaining it. If you're looking for
(what I think is) a better introduction to TDD and Django,
please check out

http://www.obeythetestinggoat.com

The site for my book, which I'm currently writing. It covers all the same materials
as this tutorial, and I think it does a better job.
The site for my book, which contains everything that used to be in here, and
much, much more, and is available **entirely free** (but also for money if
you like)

**Yes there is still a free version**. Although, of course, I'd appreciated it
if you did consider paying for the actual book.

For hysterical purposes, here is some of the old blurb.

The Concept
-----------

This idea is to provide an introduction to Test-Driven web development using
This idea was to provide an introduction to Test-Driven web development using
Django (and Python). Essentially, we run through the same material as the
official Django tutorial, but instead of 'just' writing code, we write tests
first at each stage - both "functional tests", in which we actually pretend to
Expand All @@ -32,12 +29,6 @@ The tutorial uses the new release of Django (1.4), and covers 95% of what's cove
in the official Django tutorial. Suggestions, comments and feedback are gratefully
received... What should I do next??

Website:
--------

http://tdd-django-tutorial.com/



Who is this for?
----------------
Expand Down Expand Up @@ -128,8 +119,6 @@ http://harry.pythonanywhere.com/tutorial/1/
USEFUL LINKS
------------

https://tdd-django-tutorial.com

https://github.com/hjwp/Test-Driven-Django-Tutorial

https://docs.djangoproject.com/en/1.4/intro/tutorial02/
Expand Down

0 comments on commit e64149b

Please sign in to comment.