How do I order a model by parent category in django? – CentOS
I have a model "Category" with a ForeignKey to "parent_category". How can I order this model in the Django admin list view like: - category 1 -- subcategory 1 of category 1 --- subsubcategory 1 of subcategory 1 of category…