Posts by Emerson Carbono • 11 points
4 posts
-
-1
votes1
answer395
viewsA: Routes with flask
Already able to solve the problem, the controllers should be imported from the main module.
-
1
votes1
answer291
viewsQ: Inheritance in flask models
How do I set a class to inherit another class in flask models? I am creating the following User class in my models lass User(db.Model): __tablename__ = "users" id = db.Column(db.Integer,…
-
-1
votes1
answer395
viewsQ: Routes with flask
I am trying to separate the functions of its routes, creating only a file for the routes and a file for each function, but when I try to call this file from the function in routes it does not find…
-
0
votes1
answer105
viewsQ: API WEB error with flask
I started my WEB API study trying to create a Pokedex API, When I tried to create the function of searching for Pokemon by number the following error appeared: "json.decoder.Jsondecodeerror:…