Changeset 6340 for trunk/Makefile


Ignore:
Timestamp:
Oct 6, 2008, 8:20:41 AM (16 years ago)
Author:
roland
Message:

merge -r6328:6339, some files didn't merge correctly and have been added by hand.
README, Makefile and doc/ have been updated to reflect the buildout changes.
Two unittest have been merged into trunk too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r6319 r6340  
    1 SQLDB="sqllite.db"
     1SQLDB="exodus.db"
    22
    33help:
     
    99debug:
    1010#Run server in extra debugging mode
    11         @./sampleserver/manage.py runserver_plus 8000 --pythonpath=`pwd`
     11        @./bin/django runserver_plus
    1212
    1313run:
    1414#Run server in normal power mode
    15         @./sampleserver/manage.py runserver 8000 --pythonpath=`pwd`
     15        @./bin/django runserver
    1616
    1717init:
    1818#Re-init database
    19         @echo "no" | ./sampleserver/manage.py syncdb --pythonpath=`pwd`
     19        @echo "no" | ./bin/django syncdb
    2020
    2121debug-init:
     
    3333#Intended usage for batch runs only e.g. no debug server
    3434
     35
     36
Note: See TracChangeset for help on using the changeset viewer.