Skip to content

How to set custom order submenu elements? #19

@lisandrodaniel

Description

@lisandrodaniel

Good evening, recently I have been using django-admin-menu in Fedora Linux with python v3.7 and Django v3.0.4 but then, when creating the menu:

  • Shows the name of the app in the menú, but not the verbose_name of the app.

Checking the Django documentation, I found a solution to the problem:

  • Add:

from django.apps import apps

In the following file custom_admin_menu.py

Now, I would like to ask you:

Is there a method to set custom order of the submenu elements?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions