You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MPTT or CTE? I'm not yet sure this is going to be an issue, but better to design it properly up front. Based on my previous notes, this might be the solution.
Requirements
Efficiently represent hierarchies in the database
Dependencies
django-tree-queries
Tasks
Write code
Write documentation
The text was updated successfully, but these errors were encountered:
I decided to go with django-tree-queries, and the implementation went smooth. The parent field was simply replaced by the one provided by the core.CRMTreeBase abstract model, which will be used for any model needed hierarchies of itself.
Description
MPTT or CTE? I'm not yet sure this is going to be an issue, but better to design it properly up front. Based on my previous notes, this might be the solution.
Requirements
Dependencies
Tasks
The text was updated successfully, but these errors were encountered: