私は Python レスト フレームワークに取り組んでおり、Mac で python 3.8.12 をセットアップした後、python manage.py runserver
Django のコマンドを使用してサーバーを起動しようとすると、約 2 分かかり、その間に以下に説明する接続プール ログが表示されます。
2021-11-26 11:24:04,249 DEBUG urllib3.connectionpool : Starting new HTTP connection (1): 169.254.169.254:80
2021-11-26 11:24:05,252 DEBUG urllib3.connectionpool : Starting new HTTP connection (2): 169.254.169.254:80
2021-11-26 11:24:06,586 DEBUG urllib3.connectionpool : Starting new HTTP connection (3): 169.254.169.254:80
2021-11-26 11:24:07,590 DEBUG urllib3.connectionpool : Starting new HTTP connection (4): 169.254.169.254:80
2021-11-26 11:24:09,527 DEBUG urllib3.connectionpool : Starting new HTTP connection (1): 169.254.169.254:80
2021-11-26 11:24:09,528 DEBUG urllib3.connectionpool : Starting new HTTP connection (2): 169.254.169.254:80
2021-11-26 11:24:09,821 DEBUG urllib3.connectionpool : Starting new HTTP connection (3): 169.254.169.254:80
2021-11-26 11:24:09,822 DEBUG urllib3.connectionpool : Starting new HTTP connection (4): 169.254.169.254:80
2021-11-26 11:24:10,154 DEBUG urllib3.connectionpool : Starting new HTTP connection (5): 169.254.169.254:80
2021-11-26 11:24:10,155 DEBUG urllib3.connectionpool : Starting new HTTP connection (6): 169.254.169.254:80
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
これは頭痛の種です。なぜなら、変更には毎回これだけの時間がかかるからです。私はウェブ上で解決策を見つけることができません。助けてください。すべてのソリューションを歓迎します。前もって感謝します ;)