Django dashboard starterkit build through dashboard 1 demo version and running on system.
Went through documentation for changes in dashboard, couldn't find complete info how to add new pages /modify the header or footer details. Only basic info is given about all folders in starterkit. (Didn't mention anywhere where the entry point of dashboard app and details about various files. dashboard template starts and how consequently files are prcoessed.)
None of links in left side bar are working, best method/process to include those pages.
Can we include html page from HTML demo version and how to add those pages?
Also, how/where to add new card/charts in django dashboard and what is best way to do so.
Need to go through each file and folders for understanding about the Django dashboard which is a long process.
Could you share across the detailed documentation to better understand this dashboard so changes can be made across.
Hi,
Thank you for your interest in Metronic.
All pages can be obtained from the HTML version. All styles are already included and you can just copy the components. You can download the HTML version from here.
https://devs.keenthemes.com/metronic
We provided the basic info for Metronic template integration with Django. The rest code is about Django framework which can learn from Django documentation.
The dashboard template file is defined in the route. template_name
in this filestarterkit/dashboards/urls.py
To create a new page, these 2 files are required for each module. Eg. dashboard module.starterkit/dashboards/views.py
starterkit/dashboards/urls.py
Thanks
Update : All links in header and left side are not working . Only point to locahost page and nothing opened, Did i missed anything or this is standard as per keen team.