diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index f1010b9..f056933 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -25,7 +25,7 @@ "state": { "type": "markdown", "state": { - "file": "nocoDB.md", + "file": "Python FastAPI.md", "mode": "source", "source": false } @@ -98,7 +98,7 @@ "state": { "type": "backlink", "state": { - "file": "nocoDB.md", + "file": "Python FastAPI.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -115,7 +115,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "nocoDB.md", + "file": "Python FastAPI.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -138,7 +138,7 @@ "state": { "type": "outline", "state": { - "file": "nocoDB.md" + "file": "Python FastAPI.md" } } }, @@ -183,6 +183,13 @@ }, "active": "21582480bbd67502", "lastOpenFiles": [ + "Taylor Swift - the 1.md", + "Rust.md", + "Python FastAPI.md", + "Product Colors.md", + "Debian.md", + "Corbia spider.md", + "nocoDB.md", "Liste des contributeurs à la Revue française de science politique.md", "YuNoHost.md", "Weaviate.md", @@ -191,10 +198,8 @@ "ComfyUI Fundamentals.md", "Untitled.md", "ComfyUI.md", - "nocoDB.md", "Alpine - How to....md", "Alpine.js DOCS.md", - "Python FastAPI.md", "Unsloth.md", "neo4j.md", "YuNoHost - Apps.md", @@ -202,13 +207,8 @@ "MusicBrainz.md", "Meillisearch.md", "Garment.md", - "Product Colors.md", "GIMP Scripting.md", - "Corbia spider.md", "Niche Fragrence.md", - "Docker.md", - "Install neo4j on Debian.md", - "Debian.md", "Untitled", "Taylor Swift", "GNU" diff --git a/Python FastAPI.md b/Python FastAPI.md index 64888a2..0275d0f 100644 --- a/Python FastAPI.md +++ b/Python FastAPI.md @@ -45,5 +45,3 @@ def read_root(): For API authentication and database connection, basically anything that requires a "secret". We're gonna use environnement variables. For development, we can write everything in a .env file that will be added to the .gitignore. In production, the content of the .env file will be placed in a "secret" file, usually in /etc/app_name/secret, that will be loaded as an Environnement file by the systemd service file. - -## Using ORMAR as an ORM \ No newline at end of file