Changes between Version 6 and Version 7 of ModifiedPreorderTreeTraversal


Ignore:
Timestamp:
May 9, 2007, 12:53:23 PM (17 years ago)
Author:
mpede@…
Comment:

update for Django 0.96

Legend:

Unmodified
Added
Removed
Modified
  • ModifiedPreorderTreeTraversal

    v6 v7  
    2323python manage.py install mptt
    2424python manage.py sqlindexes mptt
     25}}}
     26
     27In Django 0.96 I found you have to change to the directory of your project (where manage.py is) and type:
     28
     29{{{
     30python manage.py syncdb
    2531}}}
    2632
Back to Top