Albina93 / hierarchical_data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hierarchical_Data

The goal of this assignment is to learn about this type of database and different ways of working with it. Build a simple Django server that uses MPTT models from django-mptt to create a Dropbox-esque web interface where you can create "folders" and "files" in an arbitrary structure and then display that structure.

What is MPTT..?

MPTT is a technique for storing hierarchical data in a database. The aim is to make retrieval operations very efficient.

About


Languages

Language:Python 93.2%Language:HTML 6.8%