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

Tag: Django (125)

Hello,I am looking forward to buying your theme and my question is how to use the theme with my existing Django project. I tried to read the docs and found out that the Django version of Metronic is actually a new project rather than Django templates only. So, what shall I do if I want to use my...
Im using the metronic for my page. Charged the Django ver. I was supposed to use 'Rating' codes. Guess there need a file of image. Rating stars imageWhere can I found the doc of 'ration stars image'?thanks
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,I have installed Django template as per process, but when starting server it throw below errors,```jigarpatel@MyPC:~/oipython/starterkit$ python3 manage.py runserverWatching for file changes with StatReloaderException in thread django-main-thread:Traceback (most recent call l...
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...
Does Metronic 8’s Django Bootstrap version provide native support for server-side processed KTDataTables? Specifically:1. Are there examples/Django components for handling:-Pagination (start, length)-Search filtering (search[value])-Column ordering (order[i][column])...via Django views ins...
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 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 ?...
Hi,When a do a fresh install of django demo 1, files are not up to date with html demo1.First, in sidebar, changelog is 8.1.8...maybe a mistake. But : Theme mode menu doesn't appear and when i see django demo files around theme mode they are not up to date.So. Do you update django version ?...
Hi,I'm trying to simply set the menu item to active after clicking.I'm assuming that I need to use the "KTTheme.addHtmlClass" method in the view file, but I have no idea how to add the "active" class to menu item.Help would be greatly appreciated
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...
Django dashboard starterkit build through dashboard 1 demo version and running on system. Went through documentation for changes in dashboard, couldn't find complete info how to add new pages /modify the header or footer details. Only basic info is given about all folders in starterkit. (Didn't...
I don't understand how it works to be able to use other pages since in django they are redirected returning with render and as it is in the template it is totally different