python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
file gets unresolved warning when trying to extend to html file
I'm trying to use flask-bootstrap in my project and I want to extend my html with bootstrap/base.html , but It can't recognise the file. Here is the Python code (only the part that matters):
from flas...
younes alaoui
Votes: 0
Answers: 2
Prevent user to use back button or control the action it will make
I'm coding an app where the user needs to decode a word the app has previously encoded. The user has exactly 120 seconds to guess as many words as possible. Here is my code :
@app.route('/c_cesar', me...
SerialCookie
Votes: 0
Answers: 1
Can I send files one by one to the client with Flask?
Let's say I have a lot of images and it takes 1 hour to loop through them. I want to send to the client the images that suit a condition. I don't want to send all of them at the same time because the ...
Paul
Votes: 0
Answers: 1
Flask SqlAlchemy: Returning None for JSON type inserts 'null' string, not real NULL
I'm using Flask SqlAlchemy. I'm inserting data into a Postgres DB and there is a JSON column type. When there is no data, I return None with the intention that that will set NULL into the column. This...
gene b.
Votes: 0
Answers: 1