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 管理界面。我正在使用 Django + Mezzanine,对于我的项目,我们需要能够按每一列排序、分页、搜索等。
是的。
没有服务器端分页的最简单实现将覆盖change_list.html模型,以便:
change_list.html
{% block result_list %}
{% block extrahead %}
{% block extrastyle %}