Legend:
- Unmodified
- Added
- Removed
-
README
r6178 r6180 22 22 23 23 To create the database: 24 $ cd $SVNROOT /django25 $ ./ manage.pysyncdb24 $ cd $SVNROOT 25 $ ./django-conf/manage.py --pythonpath=`pwd` syncdb 26 26 27 27 To run the developmentserver do 28 $ cd $SVNROOT /django29 $ ./ manage.pyrunserver <8000>28 $ cd $SVNROOT 29 $ ./django-conf/manage.py --pythonpath=`pwd` runserver <8000> 30 30 31 31
Note:
See TracChangeset
for help on using the changeset viewer.
