質問編集履歴
1
ホームページを追記しました。
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
fastapiで、
|
1
|
+
fastapiで、__init__.pyが機能していない
|
test
CHANGED
@@ -14,4 +14,14 @@
|
|
14
14
|
|
15
15
|
[fastapi入門](https://www.youtube.com/watch?v=gCyRKyB2qq4&t=410s)こちらのサイトを主に参考しました。
|
16
16
|
|
17
|
+
|
18
|
+
|
17
19
|
解決方法がわかる方がいらっしゃったらご教授お願いします。
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
【追記】
|
24
|
+
|
25
|
+
[SQL_fastapi](https://www.deepl.com/translator#en/ja/The%20file%20__init__.py%20is%20just%20an%20empty%20file%2C%20but%20it%20tells%20Python%20that%20sql_app%20with%20all%20its%20modules%20(Python%20files)%20is%20a%20package.%0A%0ANow%20let's%20see%20what%20each%20file%5C%2Fmodule%20does.%0A)
|
26
|
+
|
27
|
+
こちらのチュートリアルも閲覧しました。
|