How to add a custom widget to django-jet admin panel with custom dashboard?
Feb 22, 2023 · 3 min read · here's a step-by-step tutorial for adding a custom widget named TotalOrders to the Django-jet admin panel with a custom dashboard: First, make sure that you have installed the Django-jet library by running pip install django-jet. Next, create a Dja...
AHariram commented