See LICENSE for the license details; The whole of Exodus falls under this
license.  
Roland van Laar email: roland@wirelessleiden.nl

= Directory/File layout =
doc              = documentation files e.g. papers and transcripts
exodus           = exodus module
exodus/static    = exodus static files
exodus/templates = exodus template files
sampleserver     = general django layout

= Hacking =
Install django 0.96 Follow the website, via macports
`sudo port install py25-django-devel`
Do a svn checkout svn.wirelessleiden.nl/svn/code/exodus hereafter referred to
it as SVNROOT

$ mv $SVNROOT/sampleserver/settings.py.tmpl $SVNROOT/sampleserver/settings.py 
$ Alter DJANGOROOT to match $SVNROOT

To create the database:
$ cd $SVNROOT
$ ./sampleserver/manage.py --pythonpath=`pwd`  syncdb

To run the developmentserver do
$ cd $SVNROOT
$ ./sampleserver/manage.py --pythonpath=`pwd` runserver <8000>



