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

Tag: Django (110)

Hi Faizl, Can you guide me how can i change the fonts in Metronic ? I like one font family which i want to use for my project but not sure how this to integrate in metronic. Let say this one https://befonts.com/visby-cf-font-family.html
Hello.I purchased a "Good – Bootstrap 5 Admin Dashboard Template".While looking at the template using DataTables, I checked that the javascript used to configure DataTables was minify. (Exactly the "user-management/users/list.html" file.)Where can I find the originals of the 3 files used in...
HI, In the preview of django documentation there are several demo pages. However, when I download the package there is only one dashboard example with no functionality. Is there a place where I can download the full demo as advertised in the documentation for django?
How can I effectively utilize internationalization (i18n) in Django Metronic to make my web application accessible in multiple languages?
Hi,I want to use HTML demo 30 for my django proejct.What is the best practice to do this?Kind regards,
Hello,How can I remove the toolbar header for Django? I am using the dark header layout, but when I set the following in _templates/layout/default.py to false or comment it out it doesn't change anything:def initDarkHeaderLayout(context): KTTheme.addHtmlAttribute('body', 'dat...
Hey team,I would like to use your template on our upcoming project, we are planning to build an academic portal. So students will be paying their registration fee via the website. Can we purchase the standard license and use our own Payment Gateway? and also I have a question can we extend our S...
Dear Dev Team, I'm interested in using the Metronic Django theme with an existing Django project. I have reviewed the "Getting Started" documentation, but I could not find specific guidance for integrating the theme into a pre-existing project.Could you please provide instructions or point me to...
Hello, great job! Thank you for such a nice template. Unfortunately, the Django version isn't working. The command: `npm run build` fails with an error:```ReferenceError: require is not defined in ES module scope, you can use import insteadThis file is being treated as an ES module because i...
I had copied demo2 html folder to django _templates folder and created an app to load the template. But the path is not loading styles and css files.Below is a sample css pathhttp://127.0.0.1:8000/worker/assets/plugins/custom/fullcalendar/fullcalendar.bundle.css
Hello,When trying to build assets i get the following error. I can not seem to get passed it. Does anyone have an idea what this might be and how to solve this?~/Metronic/_keenthemes/tools$ gulp --demo31Using gulp config file: "../../gulp.config.js"[23:33:56] Using gulpfile ~/Metron...
Hello,I am trying to use a combination of fixed columns and complex headers as seen in the link below:https://datatables.net/extensions/fixedcolumns/examples/initialisation/complex-header.htmlHowever, when I try to adapt the table and associated javascript with this, it does not work (us...
I am attempting to change some of the theme colors by adding the following code to the _variables.custom.scss:$theme-colors: ( "primary": #047cc4, "secondary": #084365, "link-hover-color": #014e7f,);After running gulp, the primary and secondary colors were successfully upd...
I noticed the following code in style.bundle.css:.w-lg-150px { width: 150px !important; }And, I wanted to make a slightly smaller version, so I added the following code to layout/_variables.custom.scss:.w-lg-140px { width: 140px; }After running 'gulp' in the tools dir...
The default incoming chat message is "Thank you for your awesome support!" I've located two files in which this message is defined:./assets/js/custom/apps/chat/chat.js./_keenthemes/src/js/custom/apps/chat/chat.jsBut, when I attempt to update the message in either of these files, it doesn't...
Hello Team,I have a general question about the view of cards.Current templates have cards with spaces on all 4 sides,if we want to make these cards without any spaces, we can make full utilization of the page with more information on page view.Is that possible to achieve with small chang...
Hello,I set Djano's default layout to the default header,```"layout": KTTheme.setLayout("default_header_layout.html", context),```But now I can see page content in the middle, how can I stretch to full page width?Which setting should I change?
Hello,Is there an instruction how to get a metronic dashboard site including all dependencies in a django environment?Thanks!Johan
Hello,I like to have this coming soon page on my site but i can not seem to find the instructions for ithttps://preview.keenthemes.com/metronic8/demo1/authentication/general/coming-soon.htmlCan you direct me to the instructions to place this on my site?I am using metronic within dj...
Hello,I get the following errorjohan@localhost:~/dj_containers/django_metronic$ python3 manage.py migrate:ERRORS:?: (urls.E007) The custom handler500 view '_keenthemes.views.SystemView' does not take the correct number of argu...