Legend:
- Unmodified
- Added
- Removed
-
README
r6236 r6256 11 11 12 12 = Hacking = 13 Install Django trunk revision 8354to $DJANGOROOT13 Install Django 1.0 to $DJANGOROOT 14 14 15 15 Install Django extentions using http://code.google.com/p/django-command-extensions/wiki/InstallationInstructions … … 29 29 To run the developmentserver do 30 30 $ cd $SVNROOT 31 $ ./sampleserver/manage.py runserver 8000 --pythonpath=`pwd` runserver31 $ ./sampleserver/manage.py runserver 8000 --pythonpath=`pwd` 32 32 33 33
Note:
See TracChangeset
for help on using the changeset viewer.