django-categories icon indicating copy to clipboard operation
django-categories copied to clipboard

Built docs inside the repo

Open tony opened this issue 7 years ago • 1 comments
trafficstars

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 :smile:

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).

tony avatar Dec 04 '17 09:12 tony

#162 Should fix this.

snmishra avatar Feb 28 '21 05:02 snmishra