現在Djangoのチュートリアルで学習中です。
チュートリアルに沿ってDjangoの起動まではできたのですが、
python manage.py runserver
のコマンドを入力して起動(ポートにアクセスして「おめでとう」の画面もOK)できているのですが、
そのあとのチュートリアルを実行しようとコマンドプロンプトに文字を入力しようとすると
半角英数字の文字が一切入力できない現象が起きています。
複数回試したのですが、同じ事象が起きてしまいます。
なにが原因なのかわかりません。ご教示いただけると幸いです。
Watching for file changes with StatReloader Performing system checks... System check identified no issues (0 silenced). You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions. Run 'python manage.py migrate' to apply them. August 06, 2021 - 07:05:31 Django version 3.2.6, using settings 'mysite.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/08/06 04:32