=================
Django Navigation
=================

This is a Django application for managing menus, breadcrumbs and navigation
trees. It can be used with the FlatPage model (default) or with aby other content.

For installation instructions, see the file "INSTALL" in this
directory.

To run a demo of the application:
$ cd demo_project
$ ./manage.py runserver

Go to http://127.0.0.1:8000/

It has been tested with the SVN version of Django, r12801 and requires 'smart if'
template tag. (which first appears in r11806, Django version 1.2)
