darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.31k stars 701 forks source link

Question: list of options for MENU_EXCLUDE ? #721

Open cegg opened 5 years ago

cegg commented 5 years ago

How do I get a list of available options for MENU_EXCLUDE for items that do not have 'app' key in the MENU data structure? The docs give example of 'auth' and that's it. In particular, I would like to disable Home link in the menu, but it's not an entry in the 'MENU' in settings.py. Thanks