Skip to content

Commit

Permalink
some changes to workshop.rst following workshop.real-life
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Nov 17, 2011
1 parent a33096b commit aa1efce
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion workshop.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
WELCOME TO THE TEST-DRIVEN-DJANGO WORKSHOP
==========================================

Required installations
----------------------

- python (2.7 if poss, 2.6 otherwise)
- git
- firefox
- django (can easy_install)
- easy_install selenium

Checkout
--------

checkout the base repo::

git clone --branch workshop https://github.com/hjwp/Test-Driven-Django-Tutorial.git
git fetch --tags
git checkout PART1







Introduction
============

Expand All @@ -23,7 +50,6 @@ The Plan
--------

- to run through contents of Django tutorial

- ie, a polls/voting app

- I will provide various materials
Expand All @@ -46,6 +72,9 @@ The Plan
- PART 4: (if time) - form processing





How we will work
----------------

Expand Down

0 comments on commit aa1efce

Please sign in to comment.