質問編集履歴
1
コマンドプロンプト実行時に表示されているコードを追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -27,3 +27,33 @@
|
|
27
27
|
|
28
28
|
|
29
29
|
なにが原因なのかわかりません。ご教示いただけると幸いです。
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
```コマンド画面
|
36
|
+
|
37
|
+
Watching for file changes with StatReloader
|
38
|
+
|
39
|
+
Performing system checks...
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
System check identified no issues (0 silenced).
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
|
48
|
+
|
49
|
+
Run 'python manage.py migrate' to apply them.
|
50
|
+
|
51
|
+
August 06, 2021 - 07:05:31
|
52
|
+
|
53
|
+
Django version 3.2.6, using settings 'mysite.settings'
|
54
|
+
|
55
|
+
Starting development server at http://127.0.0.1:8000/
|
56
|
+
|
57
|
+
Quit the server with CTRL-BREAK.
|
58
|
+
|
59
|
+
```
|