Legend:
- Unmodified
- Added
- Removed
-
README
r6176 r6178 13 13 Install django 0.96 Follow the website, via macports 14 14 `sudo port install py25-django-devel` 15 Do a avn checkout svn.wirelessleiden.nl/svn/code/exodus hereafter referred to15 Do a svn checkout svn.wirelessleiden.nl/svn/code/exodus hereafter referred to 16 16 it as SVNROOT 17 17 18 In $SVNROOT/django/settings.py 18 $ mv $SVNROOT/django/settings.py.tmpl $SVNROOT/django/settings.py 19 Point the DATABASE_NAME to a empty filename of choice. 19 20 change MEDIA_ROOT to $SVNROOT/media 20 21 Let template dirs point to: $SVNROOT/templates 22 23 To create the database: 24 $ cd $SVNROOT/django 25 $ ./manage.py syncdb 21 26 22 27 To run the developmentserver do
Note:
See TracChangeset
for help on using the changeset viewer.