#7 Basic flask app. Setup routes, DB, and made a user model. Made initial migrations

This commit is contained in:
2023-03-16 19:39:58 -04:00
parent dcc172f17a
commit 73bdc75095
14 changed files with 359 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"venvPath": ".",
"venv": "venv",
"useLibraryCodeForTypes": true
}