django-mptt 简介:Utilities for implementing a modified pre-order traversal tree in django. GitHub 地址:https://github.com/django-mptt/django-mptt 文档地址:https://django-mptt.readthedocs.io/ 点评:配合 Django 总之,只要你的数据结构可能需要使用树来表示,django-mptt 将大大提高你的开发效率。 好在这个库具有很好的拓展性,基于上边提到的 django-mptt,就可以构建一个支持层级评论的评论库,就像 我的博客评论区 中展示的这样(个人博客的评论模块就是基于 django-contrib-comments 和 django-mptt 写的)。
总之,只要你的数据结构可能需要使用树来表示,django-mptt 将大大提高你的开发效率。 GitHub 地址:https://github.com/django-mptt/django-mptt 文档地址:https://django-mptt.readthedocs.io/ 24.django-contrib-comments 好在这个库具有很好的拓展性,基于上边提到的 django-mptt,就可以构建一个支持层级评论的评论库。
pip install django-filer 这个模块需要 django-mptt, easy_thumbnails, django-polymorphic 以及 pillow 这些依赖包, 不过安装
django-filter django-formtools django-grappelli django-guardian django-import-export django-model-utils django-mptt
django-mptt, star:1439 - 用来在 Django 中实现一个修订版的先序遍历树的工具集。