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

Tag: Django (120)

Cred (available 24/7)hrs complaint with customer service refund money - 8001-00-1410 -Issue a refund to the customer from the CRED Dashboard. Customers may cancel the order sometimes, and you may have to refund the amount.
If DEBUG is True, media and statics do not work in Metronic Django. What should I do?
After compiling the latest version of the Good theme, the draggable.bundle.js file is completely different from the JavaScript file used in this example.The basic examples on the preview pages don't work at all.What could be wrong with this plugin integration? first lines of compile file...
how can i set the custom template pages html path in django
Hi, I'm implementing a wizard where I need to validate if exist an object in my database before go to the next step, but it doesn't work properlyThis is my code:const existClient = function () { return { validate: function (input) { const value = input.value;...
What is the correct way for deploying a Metronic-Django web application in a apache Debian server using mod-wsgi
I want changed page title (this not means html title)I used default.html templates.class KTLayout: # Initialize the bootstrap files and page layout def init(context): # Init the theme API KTTheme.init() # Set a default layout globally. Can be set in the page le...
I noticed that there's a views.py script separately inside the following folders; signup, signin, reset-passwordThe views renders the signup.html templates. I tried to include the backend logic inside the views.py script inside of the signup folder to save a user's data to my postgres database b...
Hello, I am using the CKEditor Inline in my Django app, and I would like to add a save button along with other buttons to the toolbar. I tried following the CKEditor docs but i keep having issues with ButtonView, which seems to be necessary for this task. I was able to successfully run:npm i...
Hello, I followed the steps here: https://devs.keenthemes.com/question/draggable-demos-do-not-workUnfortunately, draggable is still not working for me in my Django app.This is how im trying to use it in my js:var containers = document.querySelectorAll(".min-h-200px.draggable-zon...
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...