标签: mongodb hierarchy django-nonrel django-mptt
基本上我想复制django-mptt模块的功能,但是使用MongoDB引擎复制django-nonrel。有这样的事情吗?
编辑:我知道在Mongo中存在各种解决方案来存储分层数据here但是在Django中实现它们的最佳方法是什么?