在不同的应用程序django中显示相同应用程序的模型

时间:2017-07-06 09:55:47

标签: python django django-admin django-apps

我在django中有一个应用other。我在此应用中有PaymentMethodsCurrenciesReasonCodesDeviceInfo等模型。我想在不同的标题下显示几个模型。我怎样才能做到这一点?我们必须使用图书馆吗?尝试使用django-modeladmin-reorder库。但它不起作用。注意:我使用Django 1.8和库django-material作为管理界面。

例如我想要的东西。 Other是我的应用名称。它下面有4个型号。

PaymentMethodsCurrenciesReasonCodesDeviceInfo

现在,在默认管理员中,所有4个模型都显示在other app。

我需要这样显示, other的详细名称将是'付款'在这个我想要的 PaymentMethodsCurrencies

和另一个名为'设备信息'在这之下, ReasonCodesDeviceInfo 应该显示。

1 个答案:

答案 0 :(得分:0)

您可以覆盖admin/base_site.html并编写自己的{% block sidenav_header %}

版本