trent shipley via PLUG-discuss said on Fri, 30 Dec 2022 13:37:28 -0700
>/home/user/Projects/flask-tutorial
>├── flaskr/
>│ ├── __init__.py
>│ ├── db.py
>│ ├── schema.sql
>│ ├── auth.py
>│ ├── blog.py
>│ ├── templates/
>│ │ ├── base.html
>│ │ ├── auth/
>│ │ │ ├── login.html
>│ │ │ └── register.html
>│ │ └── blog/
>│ │ ├── create.html
>│ │ ├── index.html
>│ │ └── update.html
>│ └── static/
>│ └── style.css
>├── tests/
>│ ├── conftest.py
>│ ├── data.sql
>│ ├── test_factory.py
>│ ├── test_db.py
>│ ├── test_auth.py
>│ └── test_blog.py
>├── venv/
>├── setup.py
>└── MANIFEST.in
What a mess!
SteveT
Steve Litt
Autumn 2022 featured book: Thriving in Tough Times
http://www.troubleshooters.com/bookstore/thrive.htm
---------------------------------------------------
PLUG-discuss mailing list:
PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss