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

Django Bootstrap App


Hello I thought the package would come with all pages designed in and set up in Django.

However I see only the landing page accessible once launching the server. The template folder is also empty for most, with only error and auth templates.

Most pages are also not available.

Is it normal ? Did I miss a step from the documentation ?


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 (6)


Hi Alexandre Naoufel,

This is normal. Thank you for your interest in Metronic. Most demo pages from the HTML version may not exist in Django. But the CSS styles from the HTML version are already integrated into Django.

All the components from the HTML version are static and non-working components. You can just copy the component HTML from the HTML version, and paste it into the Django component to get the same look.

The actual functionality and implementation need to be done by the customer because every customer has their own business requirements.

Let us know if you need further clarification.

Thanks



Thanks for the answer! Can I access the django demo version repo somewhere ?



Hi Alexandre Naoufel,

At the moment, we do not have a public repo for the Django version.

You can download the latest Django version from this link.
https://devs.keenthemes.com/metronic/django

Thanks



Hi Alexandre,

As I understand you are looking for the Standard HTML Django Metonic.

If you are at your early Django project. I would highly recommand you to use django-components : <a>https://pypi.org/project/django-components/</a>

it is a very active package. that allow you to transform Metronic HTML blocks to a flexible and highly customizable DJANGO COMPONENT.

If you coupled your project with Htmx (https://htmx.org) you will achieve greatness(It's SPA without the husttle of JS frameworks), What is done with JS Frameworks in 1 year, you could achieve it in just weeks or month with Htmx. I also advice you to go check on Reddit for Django and Htmx.

All the best with your project.

Metronic user here ;)



Do you have a guide on how to take the metonic html elements and make them into django components?



Theere's a django package called django-slippers, try to find on youtube Tutorial about that, there's plenty.

Hope it helps.


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  :(