Answer the question
In order to leave comments, you need to log in
How to handle requests like localhost:5000/foo?id=1?
Greetings.
There is a certain table formed by flask-table, in the table there is a column with link generation
url = LinkCol('Details', 'foo', url_kwargs=dict(id='id') ,attr='name').
It creates links like localhost:5000/foo?id=1
How do I let python know that I requested an id of 1?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question