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