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 admin 中,当您看到对象的项目列表时,管理页面右上角有一个链接,上面写着“添加对象”。
如何在 django admin 中添加类似的链接说“添加对象”?
得到了解决方案。通过覆盖 django 管理模板解决。
阅读此内容以获取更多信息。