Changeset 6236


Ignore:
Timestamp:
Sep 2, 2008, 10:17:52 PM (16 years ago)
Author:
RIck van der Zwet
Message:

Trunk uses different command line syntax

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r6235 r6236  
    2525To create the database:
    2626$ cd $SVNROOT
    27 $ ./sampleserver/manage.py --pythonpath=`pwd`  syncdb
     27$ ./sampleserver/manage.py syncdb --pythonpath=`pwd
    2828
    2929To run the developmentserver do
    3030$ cd $SVNROOT
    31 $ ./sampleserver/manage.py --pythonpath=`pwd` runserver <8000>
     31$ ./sampleserver/manage.py runserver 8000 --pythonpath=`pwd` runserver
    3232
    3333
Note: See TracChangeset for help on using the changeset viewer.