All Questions
Tagged with flask javascript
6 questions
2
votes
0
answers
150
views
Flask Session + Jinja OR Javascript + Flask
I'm a beginner in programming and I'm figuring out what is the best approach for my mini e commerce site project.
My current approach is
...
1
vote
1
answer
61
views
text-messaging app using twilio
I build a small web-app using flask for my parents to text their customers about promotions. I am using Twilio API. I just finished the myapp.com/new-campaign page ...
2
votes
0
answers
58
views
Six Nations Prediction league Web App
I built a simple web app to manage my friends and I's six nation prediction league. This is my first go at web development so although it works I am guessing that I am not following all best practices ...
1
vote
1
answer
149
views
Refresh webpage on change in folder
I want to refresh my web page every time a file is uploaded to the folder.
I have a web service written in flask having the following handler
...
3
votes
3
answers
1k
views
Flask route to pull data from database for getJSON to process
I am developing a reporting application in Flask where I pull data in a route function from a postgresql database and jsonify the data. On the client side I have ...
2
votes
1
answer
190
views
Simple web application for benchmark
There is an article where the author tries to compare performance of different web stacks. The result looks pretty controversial.
I try to prove that in real use case the difference between scores of ...