Changeset 6340 for trunk/doc


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/doc/README

    r6281 r6340  
    33exodusmodels.dot is a graphviz file which shows the exodus database.
    44
    5 Install the djangotrunk and the django_extensions
    6 which can be fetched from:
    7 http://code.google.com/p/django-command-extensions/
    8 
    9 Add 'extensions' to settings.py
    10 
    115Using the djangotrunk execute:
    12 $ ./manage.py graph_models exodus > exodusmodels.dot
     6$ ./bin/django graph_models exodus > exodusmodels.dot
    137
    148= Debug Django =
    159
    16 Install django_extensions, see above for installation description.
    17 Install Werkzeug from: http://werkzeug.pocoo.org/download
    18 
    1910Using werkzeug:
    20 $ ./manage.py runserver_plus
     11$ ./bin/django runserver_plus
Note: See TracChangeset for help on using the changeset viewer.