Build a Flask Application with Blueprints - DEV Community

PHOTO EMBED

Fri Dec 10 2021 17:11:35 GMT+0000 (Coordinated Universal Time)

Saved by @huskygeek #flask

myapp
|
|--app
|    |--main
|    |    |--__init__.py
|    |    |--main.py
|    |
|    |--auth
|    |    |--__init__.py
|    |    |--auth.py
|    |
|    |--__init__.py
|    |--errors.py
|    |--models.py
|    |-- templates/
|    |--static/
|
|--tests/
|--config.py
|--myapp.py
|--requirements.txt
content_copyCOPY

f

https://dev.to/blankgodd/creating-a-blueprint-based-flask-app-199h