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
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