I am in the process of refactoring my Metronic project, incorporating Blueprints and a create_app function. I am encountering uncertainty regarding the use of @app.context_processor in this scenario.I kindly request your assistance and would be grateful for any insights or code snippets you coul...
Hi GuysI have installed the flask version of Medtronic as instructed however when I tried to run it with flask run and visit http://127.0.0.1:5000/ in my browser I got the error below in the terminal:WARNING: This is a development server. Do not use it in a production deploy...
As seen on the documentation page (https://preview.keenthemes.com/flask/good/docs/index):TemplatesTake your templates to the next level and build dynamic interfaces with ease using various pre-made Good layouts and partials. Show Me How (https://preview.keenthemes.com/flask/good/docs/vie...
Hello,Can you guys help to double-check again on Flask starter kit? There were quite a number of missing files. Especially the run.sh file. Nowhere to be found.The virtual environment also is not working properly in Mac OS.Can you release it as a standalone version without the venv and p...
Hi, I am using the Good theme with flask and I want to update dynamically a form with multiple dependent Select2 fields from my DB , is there a simple way of doing this ? here is an example with JS :https://codepen.io/nik8singh/pen/XWZpQqBI am using Flask WTForms with Select2Many thanks
Hi,I finished install the theme on flask but I noticed that the menu has transparent background and when I scroll down the menu items text go on top of other text.How can I fix this? thank you
I did all the steps but it can't run flask:(venv) (base) PS C:\Users\ivanb\PycharmProjects\starterkit> set FLASK_APP=__init__.py(venv) (base) PS C:\Users\ivanb\PycharmProjects\starterkit> flask runFatal error in launcher: Unable to create process using '"C:\wamp64\www\kt-serverside\flask\sta...
I am using the flask version of your app. I wish to get the form data from when the user registers but I am unable to get that data no matter what method I try. Can you please advise how to:1. Get data from the authentication form before it redirects to the sign-in page2. How to pass variable...
Good afternoon,I recently purchased the Metronic theme, as it was advertised as being compatible with Flask. However, upon implementing the theme in my Flask project, I have found that many of the pages are not functioning properly.I have tested the demo template from Metronic8 and it works...
Hi, I want a theme to use it as the base for a new project and I'll be using flask for the backend but I also want react for my site interactions. Do you have any recomendations?
Good day,I have a problem with running the flask program. When it runs the main page displays however, non of the links work, whenever I clicked them. What could be the problem? Thank you in advance for the help.
starting from the beginning, from the starterkit folder>> . venv/Scripts/activate venv/Scripts/activate:3: command not found: ^Mvenv/Scripts/activate:70: parse error near `\n'any ideas why this could happen?
I'm currently facing a challenge while working with the Metronic Starter Kit, specifically regarding form submissions. Typically, I'm accustomed to submitting requests, such as signing up users, through views. However, in the Metronic Starter Kit, JavaScript is employed to handle form submissions....
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...
Got this :> keenthemes@8.2.1 build> webpack[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bundle'] should be a non-empty array. -> All modules are loaded upon...
Hi Team, I'm using the Demo 1 of Metronic Template and in the Sidebar _menu.html file, I'm not finding a way to disable the little arrow beside the logo that collapses the Menu. I want that the complete sidebar gets always visible to the user. I'm attaching the screenshot. Please help me...
I am using Metronic for a project of mine written in Python. I am using Flask for serving the pages.I was able to modify the HTML used for the authentication portion with zero issues. However, trying to modify the navbar and menu items in the header for the main dashboard results in zero changes...