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

Tag: Django (125)

hello,I use django starterkit. I want to had german language.So i try the command : django-admin makemessages -l deBut, i have the error : Unable to find a locale path to store translations for file _keenthemes\__init__.py. Make sure the 'locale' directory exists in an app or LOCALE_PA...
Afternoon,I am working with Django and bootstrap 5 and I would like to buy the Metronic template, but first I need to know each demo runs in Django et Bootstrap. I really like Demo 4 (Intranet application), but I don't see Django on the support list.Thanks,
I'm trying to build a dynamic menu, I'm using metronic with django! At first everything is perfect I passed the context to the index.html and it gets there but I can't load that context in the menu. Can you please help me to do this. I created a url to mount only the menu works correctly. But I need...
I have the impression that Metronic on Django will setup and override Django’s admin templates.Is this something that will be implemented in some demo in the future? If not, any recommendation how how to implement/use Metronic as the admin templates?Thanks.
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...
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
Hi i have a problem, i need to customize a view by passing something specific on the context, but the problem that i have is that if i recall my custom templates inside the default _templates/pages folder they are not recognized as templates (?)but if i copy the template inside a local "templates"...
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...
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...
Dear Metronic Support Team,I have encountered a situation where I need your guidance to ensure the proper implementation of user authentication in my application.I am using the signup form template provided in the Metronic theme, and I have successfully integrated it into my Django project....
I'm facing this error while adding whitenoise package to the sample django project```whitenoise.storage.MissingFileError: The file 'plugins/custom/tinymce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff' could not be found with
Hello,I am trying to use a combination of fixed columns and complex headers as seen in the link below:https://datatables.net/extensions/fixedcolumns/examples/initialisation/complex-header.htmlHowever, when I try to adapt the table and associated javascript with this, it does not work (us...
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
Hi, I purchased the Good theme, and it was React version when I wa purchasing. Opened the files and realised it contains DJANGO FLASK versions but not the react version. Now im in huge trouble, could you please provide me with the react version of the same template please.Thanks
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...
Hello, can you post an update on the 2024 road map? I'm still waiting for the Metronic 9 version for Django. I've tried Laravel, but I need Django. Before I start manually rearranging the HTML template, it would help if I knew when Metronic 9 Django will be available. We have discarded version 8.
Hello,This is my first project with Metronic and Django, and it's so hard...I try to implement signin with email and password. My model is ok, but my form doesn't run.Someone would be kind show me a view and un template "signin" running ?Thanks a lot.url.pyurlpatterns = [...
Hi, I 'd like use Flatpickr ( for example) in French.But i don't understand how with django view and Js.Thanks for your helpMy wiewclass PublicationsAddView(LoginRequiredMixin, TemplateView): template_name = 'pages/publications/add.html' form = forms.PublicationFor...
Hi, I just purchased the Metronic template in themeforest and just got started with the environment with Django. I started by installing the latest versions of Python (3.12.5) and Django (5.1), and got to the build assets part that I don't understand how to do following your documentation : h...
Hello Team,I have a general question about the view of cards.Current templates have cards with spaces on all 4 sides,if we want to make these cards without any spaces, we can make full utilization of the page with more information on page view.Is that possible to achieve with small chang...
Hi Team,I trust this email finds you well.I am pleased to inform you that after navigating through numerous warnings and challenges, I have successfully managed to run our new theme on the platform. I appreciate everyone's hard work and dedication in making this possible.However, I have...