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

Tag: Django (113)

During installation, warnings appear via the yarn install command. Is this critical for the topic itself? Or can it be ignored?(venv) PS C:\Users\Sportbank\Desktop\Python\Metronix-demo\starterkit\_keenthemes\tools> yarn installyarn install v1.22.19warning ..\..\..\..\..\..\package.json...
On this page: https://preview.keenthemes.com/django/metronic/docs/getting-started there is a gap between 'Install Django' and 'Build Assets.' More specifically:1. The guide says that:"Assets compile require the build tools. These libraries are required as below:Node.js 16.15.0+Yarn 1.12.18...
I'm looking to create a Django site that has a diagrams.net (drawio) diagram such as a flowchart. When a user clicks on one of the symbol-boxes I want:For desktop browser: a sidebar to pop-in from the right side that would contain content relating to that box. For mobile: perhaps a pop-down...
Hi, i wanted to know how should i integrate the components shown in the HTML views to Django views, i tought that at least the Demo1 on Django project had some features enabled but i saw that there is just a basic view. There is some tutorial somewhere?
Django only comes with demo1. I have downloaded demo31 https://preview.keenthemes.com/metronic8/demo31/index.htmlHow to I replace demo1 with the downloaded demo31 layout?
Hello Team,If we see Demo1 of HTML it uses dark black colour, while other demos say Demo8 it used different purple colour,How can we switch that Dark black to purple kind of colour in Demo1, BTW I am using Django template and it also shows Dark black instead of purple,How to switch to pu...
Hello Team,I have installed Django template and as default all working fine,Now we want some URL path changed, so we made changes to _keenthemes\url.py file,If you see we have added App/ in URL,After that, we see assets are not loading, as it looks for App/asset path,So how can we chan...
Hello!I buy Metronic to use with Django, but I find that I can't run python manage.py collectstatic to hash (cache busting) the static files. This is very important in production to full cache static files and have a hash in their names, so the cache is invalidated automatic when the files chang...
Hi,Please guide me to use python django with Metronic product because when I download open the django folder but see it running as a js file unlike the product demo link: https://preview.keenthemes.com/metronic8/ demo1/index.htmltks,
Hey, I have a django metronic theme and I have followed the documentation. But when I try npm run build as written in the documentation this appears to me:[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. -...
Hi there,in Metronic Django version, once a slash in provided at the urlpattern of urls.py of the project as below:urlpatterns = [ path('crm/', include('crm.urls')),]assets of top right header get 404. If slash is removed, they can be loaded:urlpatterns = [ path('crm', include(...
Dear Metronic Support Team,I am considering Metronic for a project I am working on, and I recently came across a mention of your Django Starter Kit on a forum. I am particularly interested in this because my project involves using Django as the backend framework.I am writing to request furth...
In the settings.py ASGI_APPLICATION = '_keenthemes.asgi.application'usually ASGI_APPLICATION = 'appname.asgi.application'But app name is inconsistent In the installed apps section app name is given as dashboards.apps.DashboardsConfigby folder hierarchy i can consider dashboards as app...
npm is not working I deleted "type": "module",webpack-cli] Failed to load '/Users/user/Desktop/django/djangotemplate/demo1/starterkit/_keenthemes/tools/webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES module scope, you can use import insteadThis file...
Hello,I have a problem on the stepper. I tried uselessly to follow the steps and I'm having the same issue.My steps:1) Add references:
have any example vue metronic8 for the axios user login with django rest framework document?how to use the theme api token user login.have any Mock API can look it for vue metronic8?Thanks.
With my development team we bought the metronic template and after configuring and doing some tests, we found out that it has a race condition problem. We created a test with two simple views (similar to the example that the template brings in), in view number 1 we added a sleep function with 10 sec...
Greetings!I have already bought a regular Metronic license, installed an example on Django according to the instructions, everything worked on the development web server. I want to log in to Django Administration (http://127.0.0.1:8000/admin/login ) - tell me, what is the username and password i...
I've just downloaded the Metronic file and there isn't a Design folder with Figma files in it.How do I proceed?Best regards,
I removed the "type": "module" from the packge.json file as your instructed and ran the npm run build command. I now receive the following error: > keenthemes@1.0.0 build> webpack>> Building...node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise */); ^...
I followed the steps highlighted in the docs, but am receiving an error as shown below:C:\django_demo1\starterkit\_keenthemes\tools>npm run build> keenthemes@1.0.0 build> webpack[webpack-cli] Failed to load 'C:\django_demo1\starterkit\_keenthemes\tools\webpack.config.js' config[webpack...
Hi.In JANGO template - when in mobile mode - clicking menu items doesn't expand menu. I have to click the small arrow. Why is this so? Isn't it a bug?https://recordit.co/MJqRqU1Vsf