#4 Django Oscar 2.1 tutorials - Add a new menu item to Dashboard navigation, • #4 Django Oscar 2.1 tutorials - Add a new ... . In this tutorial, I will teach you how to add a new menu item to Oscar's dashboard navigation. First we need to create a separate app for the menu item functionality. Then, we will need to create a view and its corresponding URL for the menu item. If we have our own dashboard app that we would like to show up in the dashboard navigation, that is very easy.
All we have to do is override OSCAR_DASHBOARD_NAVIGATION setting in settings file.
So, to add a new menu item to dashboard, we need to add our custom dashboard configuration below the import of the Oscar's default settings. Then, in the dashboard navigation setting, we can specify the name of the menu item and its corresponding URL.
Watch my recent tutorials here
#1 Django Oscar 2.1 tutorials | Setting up the Environment
• #1 Django Oscar 2.1 tutorials | Setting up...
#2 Django Oscar Accounts 2.1 tutorials - Integrate django-oscar-accounts with django-oscar
• #2 Django Oscar Accounts 2.1 tutorials - I...
How to Fix PyCharm package requirements are not satisfied
• How to Fix PyCharm package requirements ar...
Watch all my Django Oscar tutorials for django-oscar version 2.1 from following series
Django Oscar 2.1 tutorials
• Django Oscar 2.1 tutorials
Watch my Django Oscar tutorials for django-oscar version 1.6 from following series
Django Oscar E-commerce tutorials for beginners in English
• Django Oscar E-commerce tutorials for begi...
Watch my django-oscar-accounts package tutorials i.e. a managed account for django-oscar here:
Django Oscar Accounts 2.1 tutorials for beginners
• Django Oscar Accounts 2.1 tutorials for be...
Watch my Django Ajax tutorials in the following series
Django Ajax tutorials for begginers
• Django Ajax tutorials for begginers
Also, watch
Django tutorials
• Django tutorials
Friends, if you like this tutorial, please hit the like button and share, and if you want more tutorials like this please subscribe to my channel CodeShika.
#django_oscar_dashboard
#oscar_dashboard_menu
#CodeShika