Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Tag: Django (125)

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.
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:
I greatly admire and appreciate the free products developed by Keentheme. I also want to contribute to the open-source community. Currently, I'm working on an open-source project in the SaaS domain, which allows developers to launch their SaaS projects using Django. You can find it here: https://git...
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?
Hi. I am using Flask version. Trying to pass data to a chart widget.Couldn't find any tutorial on that.Realized there is a @app.context_processorHowever, when I put my function in the "def utility_processor" it returns something like "" instead of a value...
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...
trying to get up the django version of django of metronic.im getting this error.[webpack-cli] Failed to load 'C:\Users\Admin\Desktop\django\starterkit\_keenthemes\tools\webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES module scope, you can use import instead...
Do you have plans for offering the backend in Python (e.g., Flask, Django, FastAPI), Go, or Java?
Hello,I have already bought a license for craft theme (Admin theme). I dont have much experience with front end development. I know basics of HTML, CSS and JavaScript. My question is:1. Do I need extensive front end dev experience to work with Craft theme ?2. Can you please point me to the...
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...
If DEBUG is True, media and statics do not work in Metronic Django. What should I do?
Hi,I try to use metronic 8.2.0 for Django , but i can't build assets.With GULP :file:///C:/Users//starterkit/_keenthemes/tools/gulp/helpers.js:16import {glob} from "glob"; ^^^^SyntaxError: Named export 'glob' not found. The requested module 'glob' is a CommonJS module, wh...
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...
Hello,I followed the instructions correctly when installing Python and Django. When I try to start the project by running "python3 manage.py runserver", the dashboard appears correctly at "127.0.0.1:8000/#" but none of the menu options are working. Can you help me understand what the problem mig...
I've set up Good Admin theme using the Django starter kit. Every time any page is loaded I am getting the following in the console:- DevTools failed to load source map: Could not load content for http://localhost:8000/static/plugins/global/toastr.js.map: HTTP error: status code 500, net::ERR_H...
how can i set the custom template pages html path in django
pease i sill dont know how to use metronic with django, i got an error after following the docs
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...
Hello,Metronic runs well in local env ( 127.0.0.1:8000). However in production env ( https://ovd3-test-clone227412.jcloud-ver-jpe.ik-server.com/) all statics files run well except SVG icons from the theme.py[Errno 2] No such file or directory: './static/media/icons/duotune/abstract...
I'm working with stepper element in the modal, I'm having 5 stepper steps. After clicking continue I want to hide the second step and its content.I have a dropdown in the first stepper. On the basis of this dropdown we need to hide some steppers and its contents and if we go back I want this ste...
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...