ArchieHickmott / quotebook

Flask webapp to allow users to submit quotes from people
3 stars 0 forks source link

restructuring app using blueprints #41

Closed ArchieHickmott closed 3 weeks ago

ArchieHickmott commented 3 weeks ago

Flask Blueprints: https://realpython.com/flask-blueprint/

file tree probably looks like this: ├───quotes │ ├───templates │ │ │ home.html │ │ │ quotes.html │ │ init.py │ │ quotes.py ├───admin │ ├───templates │ │ │ home.html │ │ │ portal.html │ │ init.py │ │ admin.py └───templates │ │ template.html │ │ utils.html app.py