Changeset 6180 for README


Ignore:
Timestamp:
Aug 12, 2008, 7:00:15 PM (17 years ago)
Author:
RIck van der Zwet
Message:

Differ from exodus and django config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r6178 r6180  
    2222
    2323To create the database:
    24 $ cd $SVNROOT/django
    25 $ ./manage.py syncdb
     24$ cd $SVNROOT
     25$ ./django-conf/manage.py --pythonpath=`pwd` syncdb
    2626
    2727To run the developmentserver do
    28 $ cd $SVNROOT/django
    29 $ ./manage.py runserver <8000>
     28$ cd $SVNROOT
     29$ ./django-conf/manage.py --pythonpath=`pwd` runserver <8000>
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.