Questions tagged as 'flask'

1
answer

Get dynamically created Checkbox values

Developing a python application using the Flask framework to perform a simple registration I have the following problem, I have a list of bids and these bids can have several categories, the categories are registered by the user and appear on...
asked by 10.04.2018 / 21:45
1
answer

for in range on the flask template

I'm in doubt, the API I'm getting returns me two data types "ID" and "Title" are various id and title and wanted to throw this in my table in a "for" template. I wanted to know if what I did is right because it does not return anything. code...
asked by 10.04.2018 / 17:25
1
answer

Extracts data from a website and plays in your web application Flask

What module can I use in flask to get data from an API and plays in my web application in the HTML part     
asked by 10.04.2018 / 03:15
1
answer

Information about an API in your web application - Flask Python

I'm a beginner in python and I'm venturing into flask because I found learning better than Django. So I apologize for my ignorance of what I'm going to ask, or if my code is wrong, how do I get information from a website API and play a table in...
asked by 09.04.2018 / 03:25
0
answers

Confirmation of data deletion using flask

Hello. I have a python function with framework flask in the file app.py to delete news, passing id by get. The function works, but does not appear the confirmation screen and already excludes as soon as the link to delete the news is clicked....
asked by 21.03.2018 / 01:31
1
answer

Python: How are dynamic Flask routes implemented?

I started to study a bit about Web development with Flask. The framework treats dynamic URL components as follows: @app.route('/<comp_dinamico>') def page(comp_dinamico): # codigo return '%s' % comp_dinamico What I wanted to...
asked by 13.02.2018 / 13:02
0
answers

(Flask) Ajax JSON with JQuery-Datatable

Good luck. I'm trying to show my data (JSON) in a Datatable table via Ajax. The HTML is: <div class="x_content"> <table id="exemplo" name="exemplo" class="table table-striped table-bordered">...
asked by 20.11.2017 / 17:11
1
answer

Avoid getting Favicon in Flask

I have a client-server application in Flask, and when I do a get to the server, another get is done by asking the favicon of the address. I would like to know if you can not automatically get this favicon get.     
asked by 19.09.2017 / 21:47
1
answer

Flask connection between two machines

I have a Client-Server application in Flask, running the two files on the same machine the connection works perfectly, but when I try to run the client on a different machine, the connection is not established. I put the IP of the server machine...
asked by 12.09.2017 / 22:02
1
answer

Connect Flask Restless API to React (Admin-on-rest)

I'm learning to work with flask and react to create a rest API (with flask-restless) and a Client (with React, Admin-on-rest). I've already created Api in Flask with Reastless. I am looking for some advice to connect the API to the client, bu...
asked by 20.06.2017 / 12:29