Skip to content Skip to sidebar Skip to footer
Showing posts with the label Django Mptt

Django-mptt Drilldown Template

I am having some trouble getting a drilldown for mptt in my template. I have the following model. m… Read more Django-mptt Drilldown Template

Django Mptt Efficiently Serializing Relational Data With Drf

I have a Category model that is a MPTT model. It is m2m to Group and I need to serialize the tree w… Read more Django Mptt Efficiently Serializing Relational Data With Drf