-
-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Backstory: I'm using my own custom MPTT mix for categories and its performance of the solution I built terrible, heh, so I'm window shopping for a better solution. It actually takes up a lot of time to back out of a high-level plugin like django-categories at a later time (it's just as bad for mptt itself). My current solution has over 100 queries on the main page... And I don't even know where they're coming from yet.
https://github.com/callowayproject/django-categories/tree/master/docs
Generally built docs should be ignored (these are 6 years old)
ReadTheDocs.org build them from source for you, but since those artifacts are dated, I think most people contributing would understand that now 😄
It may even be worth filter-branch
and rewriting history for that. According to the network graph, There aren't any really involved forks outside of this one (at least on gh).