質問編集履歴
1
コマンドプロンプト実行時に表示されているコードを追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,4 +12,19 @@
|
|
12
12
|
|
13
13
|
複数回試したのですが、同じ事象が起きてしまいます。
|
14
14
|
|
15
|
-
なにが原因なのかわかりません。ご教示いただけると幸いです。
|
15
|
+
なにが原因なのかわかりません。ご教示いただけると幸いです。
|
16
|
+
|
17
|
+
|
18
|
+
```コマンド画面
|
19
|
+
Watching for file changes with StatReloader
|
20
|
+
Performing system checks...
|
21
|
+
|
22
|
+
System check identified no issues (0 silenced).
|
23
|
+
|
24
|
+
You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
|
25
|
+
Run 'python manage.py migrate' to apply them.
|
26
|
+
August 06, 2021 - 07:05:31
|
27
|
+
Django version 3.2.6, using settings 'mysite.settings'
|
28
|
+
Starting development server at http://127.0.0.1:8000/
|
29
|
+
Quit the server with CTRL-BREAK.
|
30
|
+
```
|