Skip to main content

All Questions

Tagged with
0 votes
2 answers
31 views

How to add a template using {% include %} tag, by comparing which user is logged in, on django?

My asset_list html is like this <div class="right"> <div class="search-container"> <input type="text" id="searchInput" ...
Bruce_Wayne's user avatar
-2 votes
0 answers
28 views

nothing is showing on my webpage when i run my flask program

Im a new coder and i dont know why even though there are no errors, nothing is appearing on my web browser! I am currently trying to create a program which can iterate through different pdf files and ...
briaNN's user avatar
  • 1
0 votes
1 answer
34 views

Unable to type texts to chatbot user input

Description I am trying to add a chatbot for the backtesting platform built with Flask and there is a button on the right side that toggles the sidebar. If the user clicks the button, it shows the ...
loupdaniel's user avatar
-2 votes
0 answers
16 views

How to execute python code by the click of a HTML button and what are the security issues? [closed]

I have an add a new prediction button and want users to be able to click on the button and upload a csv and then pick a machine learning model (with its associated python code) and then have it output ...
user26305916's user avatar
0 votes
0 answers
24 views

Python Flask webapp does not start/reach the Powershell Script

I am writing a website in Python Flask with Powershell scripts integrated. I want to run a Powershell script that uses input from the user via the html page. But it never reaches the Powershell script....
Wim Van Geyt's user avatar
-1 votes
0 answers
25 views

How to use <img src ""> in django [duplicate]

I am making a website using django and flowbite tailwind component library i want to add a carousel to my website ` ` in normal websites we use something like <img src="./img.jpg> This is ...
Ayush Singh's user avatar
1 vote
1 answer
29 views

Python: Selenium's driver.find_element(...) cant find the button im looking for:

This code is supposed to click a button (accept the cookies) and then take a screenshot of the page. It takes the screenshot of the right element with the right height & width, but it does not ...
FireFly's user avatar
  • 13
-8 votes
0 answers
30 views

I got an error while sending notification [closed]

Can I ask? I coded the bot using JavaScript, but when I tested it, it said it was normal, but when I uploaded it to Git, it got an error, why? Can I ask? I coded the bot using JavaScript, but when I ...
35 Trường Nguyễn Ngọc's user avatar
0 votes
0 answers
69 views

How do i enable user to login with new password after reseting it

I am trying to create a password reset system in django. So the issue is that I'm trying to login my user after resetting the password but the system throws an Invalid credentials error. I used a ...
Sir Keith's user avatar
-1 votes
0 answers
23 views

HTML coun'd locate my image when I put the folder into my django app [duplicate]

Before I put the html file inside the template folder follow along with my dijango project, it work perfectly. However, when I build a template folder, and put my CSS and HTML file in, the images are ...
Tony leung 's user avatar
0 votes
0 answers
8 views

PyQT5 WebEngineView no import of js files. Live Server with the same files works

The WebEngineView of pyQT5 does not import needed js modules. Here is a minimal example that runs normally in the Live Server of Visual Studio Code: cube.html (works with Live Server, Demo from three....
Roman's user avatar
  • 1
0 votes
0 answers
33 views

Image not shown on preview while sharing link on whatsapp

I am facing an issue while sharing my link on whatsapp it didn't preview image in thumbnail. <meta property="og:type" content="Product Detail" /> <meta property="og:...
Sohaib Ahmad's user avatar
-1 votes
0 answers
69 views

CS50 Week 9: Finance Issues [closed]

When the "register" button is clicked on the homepage, the page automatically goes to a 500 Internal Server Error. It won't even load the page. When I attempt to run Flask, here are the ...
Rain's user avatar
  • 1
0 votes
0 answers
17 views

How to use pyscript to generate a response to HTML dropdown selection?

I'm learning how to use pyscript. One task I want to perform is to make a response to a dropdown menu selection, such as printing out a message. However, my code below doesn't work. It shows the ...
NonSleeper's user avatar
0 votes
2 answers
45 views

Return the one part of the text under a button - Selenium Python

I'm wondering if it's possible to just return "Glenvale" from the below HTML with Selenium: Link to image I've tried using the Xpath, but that doesn't seem to work. suburb = driver....
Clay Burnett's user avatar

15 30 50 per page
1
2 3 4 5
1881