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 管理列表页面中,我需要在操作附近自定义插入字段名称。对于此自定义,我需要用于管理列表页面的 django 模板
有人帮我吗?
文档中解释了覆盖管理模板。您需要将django/contrib/admin/templates/admin/change_list.html(从 django 源代码)复制到templates/admin/change_list.html(您的模板目录)
django/contrib/admin/templates/admin/change_list.html
templates/admin/change_list.html