Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找在我的 Django 应用程序中实现树形导航系统的最佳方法。我有一个页面层次结构,我需要一种方法来将链接设置为在层次结构的各个级别上处于活动状态。我遇到的唯一解决方案以类似 CMS 的方式使用数据库,但这不是我想要的。有什么建议么?
django-mptt 是一个相当不错的父/子关系实现,速度非常快。
https://github.com/django-mptt/django-mptt