↑ PageTree  #

Short definition:
The PageTree is a PyLucid model witch holds the menu tree.
Content:

The PageTree is a PyLucid model. It's a simple ID<->parent-ID relation tree. It holds the menu tree hierarchy.
The PageTree entry is language independent. All language depend stuff is in PageMeta, PageContent etc.

The model is defined here: pylucid_project/apps/pylucid/models/pagetree.py
A import can look like this:

Python
1
from pylucid_project.apps.pylucid.models import PageTree