Posts Tagged ‘mptt’

A Quick Tutorial on Django MPTT

Problem

You create a project using Django framework and you need to store hierarchical data in database, for example Category model. Just say you need a category model that can contains another category. See the solution