Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

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
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (2)


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



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.


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(