onespacemedia / cms

A collection of Django extensions that add content-management facilities to Django projects.
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Use Django-MPTT instead of home brewed tree functions #183

Open AidanCurrah opened 4 years ago

AidanCurrah commented 4 years ago

This migrates the CMS to use Django MPTT and it's helper classes/functions for our tree structure and allows us to get rid of some overly complex functions.