Changeset 6236
Legend:
- Unmodified
- Added
- Removed
-
README
r6235 r6236 25 25 To create the database: 26 26 $ cd $SVNROOT 27 $ ./sampleserver/manage.py --pythonpath=`pwd` syncdb27 $ ./sampleserver/manage.py syncdb --pythonpath=`pwd 28 28 29 29 To run the developmentserver do 30 30 $ cd $SVNROOT 31 $ ./sampleserver/manage.py --pythonpath=`pwd` runserver <8000>31 $ ./sampleserver/manage.py runserver 8000 --pythonpath=`pwd` runserver 32 32 33 33
Note:
See TracChangeset
for help on using the changeset viewer.