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

Tag: Django (125)

Hello,How to use Theme API for add a js function onload ?I tried this inside my view.py, without success : KTTheme.addHtmlAttribute("body", onLoad, "successModal();")ThanksSorry for my bad english.
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...
I have metronics 8 for Django web app. how can i tell if a user is on dark mode or light mode in html/js or Django views?
Hello. I am using the django starter kit. I am having issues with the code base. Looking at the JS code it has the submit form commented out, however I can only get it to POST the data if I uncomment that part and remove the:// Show message popup. For more info check the plugin's official d...
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 used the GOOD template for my project.I want to truncate the text inside the table. But the bootstrap class can't be applied. So it doesn't work correctly.Any suggestion to make it?Thank youAurel
Hi, I've purchased the Metronic 8 template but I am unable to remove unnecessary plugins, js, and css files from my project which is causing a very slow page load speed. Please anyone help me to remove unnecessary plugins because Metronic comes with a lot of plugins and other things which I don't ne...
I recently bought Metronic dashboard on Envato Market, I was extremely impressed by its demo. When I bought, downloaded, and followed the install & set up docs for Django, but when I completed I only got the single dashboard page and sidebar list with no response to those pages. How can I get all ot...
Error Description:When running the command "npm run dev" to start the server and then accessing the link http://localhost:5173/, the page takes approximately 6 to 10 seconds to load and the following message is displayed in the console:Note that the message is repeated many times in the cons...
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?
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?
In the django template is included a Predefined function named "get_context_data".How can I pass parameters from the view to the template? should I use "context" variable? def get_context_data(self, **kwargs): # Call the base implementation first to get a context context = super()...
I saw this mentioned in the announcement email for Metronic 8.1, but when I clicked and was taken to the demo page, I didn't see the particular demo for the Django Starter.Please advise.Thank you.
$ npm run build --demo1> keenthemes@1.0.0 build> webpack[webpack-cli] Failed to load 'C:\Users\HP.DESKTOP-GRB4CUS\Documents\work project\Rural Farmers Hub\capture-django\_keenthemes\tools\webpack.config.js' config[webpack-cli] ReferenceError: require is not defined in ES module scope, yo...
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(...
Hi there,I cannot find the Good theme landing page in the archives you supplied. I've checked in:- good_html_v1.1.0- good_django_v1.1.0The missing page:https://preview.keenthemes.com/good/landing.htmlCan you please point me in the right direction?Thanks,Giedrius
Hi,i have purchased the good theme from bootstrap themes and am trying to integrate it into a django project for a business internal data tracking app - I am a novice to webapp. Is there a component i can use to add a stopwatch component to either count down or count up for form entries?...
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 don't understand how implement a form with Metronic. (Signin for exemple).Template is provided , but how does it configure wiews.py for get and post request?I don't know how intregrate the code below inside wievs.py. """Connexion à la plateforme"""class LoginPageVie...
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...
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...