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
The Django-MPTT README says that it's currently maintained.
I'm looking at adding Machina to a website I'm designing, and nothing else uses MPTT. Everything tree-related (e.g. Django CMS) is using Django Treebeard.
Are there any plans to migrate?
The text was updated successfully, but these errors were encountered:
Hey! 👋 I am not working actively on Django-machina at the moment, so I can't promise anything regarding this. I'll happily review any pull requests related to such migration though! 🙂
MPTT is used in order to implement the tree of forums (each forum can have child forums), which corresponds to the Forum model. This is where I would start looking in order to migrate to another equivalent library!
The Django-MPTT README says that it's currently maintained.
I'm looking at adding Machina to a website I'm designing, and nothing else uses MPTT. Everything tree-related (e.g. Django CMS) is using Django Treebeard.
Are there any plans to migrate?
The text was updated successfully, but these errors were encountered: