Changeset 6282
Legend:
- Unmodified
- Added
- Removed
-
README
r6256 r6282 19 19 $ python setup.py install 20 20 21 $svn co -r 8354 http://code.djangoproject.com/svn/django/trunk/ $DJANGOROOT21 $svn co http://code.djangoproject.com/svn/django/tags/releases/1.0/ 22 22 $ cd $DJANGOROOT 23 23 $ ./sudo python setup.py install … … 25 25 To create the database: 26 26 $ cd $SVNROOT 27 $ ./sampleserver/manage.py syncdb --pythonpath=`pwd27 $ make init 28 28 29 29 To run the developmentserver do 30 30 $ cd $SVNROOT 31 $ ./sampleserver/manage.py runserver 8000 --pythonpath=`pwd`31 $ make debug 32 32 33 33
Note:
See TracChangeset
for help on using the changeset viewer.