Index: /README
===================================================================
--- /README	(revision 6174)
+++ /README	(revision 6175)
@@ -3,2 +3,19 @@
 Roland van Laar
 email: roland@wirelessleiden.nl
+
+Install django 0.96 Follow the website
+Do a avn checkout svn.wirelessleiden.nl/svn/code/exodus
+
+In django_exodus/settings.py 
+change MEDIA_ROOT to PATH/django_media
+Let template dirs point to: $PATH/django_templates
+
+
+To run the developmentserver do
+$ cd django_exodus
+$ ./manage.py runserver 8000
+
+The portnumber is optional
+
+
+
Index: /django_exodus/settings.py
===================================================================
--- /django_exodus/settings.py	(revision 6174)
+++ /django_exodus/settings.py	(revision 6175)
@@ -30,5 +30,5 @@
 # Absolute path to the directory that holds media.
 # Example: "/home/media/media.lawrence.com/"
-MEDIA_ROOT = '/Users/roland/WL/exodus/django_media'
+MEDIA_ROOT = '/Users/roland/WL/exodus_svn/exodus/django_media'
 
 # URL that handles the media served from MEDIA_ROOT.
