Changes between Version 4 and Version 5 of ModifiedPreorderTreeTraversal


Ignore:
Timestamp:
Aug 8, 2006, 4:21:52 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModifiedPreorderTreeTraversal

    v4 v5  
    1313Drop the mptt folder inside your Django project folder.
    1414
    15 Edit the settings.py from your project and include the app into the INSTALLED_APPS array.
     15Edit the settings.py of your project and add a 'mptt' element into the INSTALLED_APPS array.
    1616
    1717Change to the directory of your project (where manage.py is) and type:
Back to Top