django-treebeard Questions

3

There are two well known Django packages for creating tree structures: django-treebeard and django-mptt. Recently Django CMS started using django-treebeard instead of django-mptt. Wagtail CMS is al...
Kutchins asked 20/10, 2015 at 11:58

0

I'm building a system which will show important facilities around every stadium in a city like depots,railway stations, hospitals, restaurants and bars etc and their distances from respective stadi...
Maemaeander asked 24/6, 2019 at 23:26

2

I'm getting a non-descriptive (or at least I don't know how to interpret in this context) error message when sub-lassing from a Django-Treebeard node and am not sure how to debug. I'm using the ins...
Chader asked 7/2, 2010 at 0:45

1

Solved

I'm trying to make a model for categorizing some objects. I already tried using django-mptt to easily retrieve related categories, and now I'm searching different solutions to find the best one. ...
Asco asked 5/11, 2009 at 17:42

2

Solved

I am developing a website that requires tagging up different types of content, which favors using django-taggit. But, it would be extremely beneficial if the tags were represented in the database i...
Coridon asked 15/2, 2011 at 6:13

4

Solved

I need to store a tree data structure in my database, for which I plan on using django-treebeard or possibly django-mptt. My source of confusion is that each node could be one of three different po...
1

© 2022 - 2024 — McMap. All rights reserved.