Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Setup Info about Django StarterKit Needed


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.


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


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.



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 file
starterkit/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


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(