Kat42272 / django-mptt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hierarchical Data and You

This project is used as a demonstration in using Django-MPTT (Modified Preorder Tree Traversal). MPTT helps to organize files and folders in a tree pattern. This will display a single starting point(the 'root' object) and parents, siblings, and children.

All files/folders/databases are included in this repo.

In order to run this program you will need to install the necessary files...

To Install:

  • poetry install

To Run:

  • poetry shell
  • python manage.py runserver

About


Languages

Language:Python 96.6%Language:HTML 3.4%