質問編集履歴
2
ごじ
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,4 +64,4 @@
|
|
64
64
|
|
65
65
|
|
66
66
|
|
67
|
-
なお、python manage.py startapp
|
67
|
+
なお、python manage.py startapp blogで作成した場合でもdocker-compose upを実行してもエラーが生じないことは確認できています。
|
1
ごじ
test
CHANGED
File without changes
|
test
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
```
|
58
58
|
|
59
|
-
python manage.py startapp
|
59
|
+
python manage.py startapp blog
|
60
60
|
|
61
61
|
```
|
62
62
|
|