Commit 0f33de1f by Ian Gustavo

atualizei

parent a418d216
<<<<<<< HEAD
=======
from flask import Flask, render_template, request, redirect from flask import Flask, render_template, request, redirect
from models import Animal from models import Animal
...@@ -30,4 +28,4 @@ def excluir(id): ...@@ -30,4 +28,4 @@ def excluir(id):
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=True) app.run(debug=True)
>>>>>>> 206a8c20621881d17fce4d826ef3666c78f5590d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment