Agile育成ブログ
未来を変える喜びを
Django

manage.pyファイル


Warning: count(): Parameter must be an array or an object that implements Countable in /home/xs638785/agile-software.site/public_html/wp-content/plugins/rich-table-of-content/functions.php on line 490

Djangoにあらかじめ備わっている機能を実行する際に使われるプログラムです。
コマンドラインから様々な操作を行うための管理コマンドユーティリティです。

赤文字に注目してください。
これは127.0.0.1というIPアドレスの8000番のポートでウェブサーバーを立ち上げたことを意味しています。
これは世界中で共有されているIPアドレスではなく自分のパソコンを意味するIPアドレスです。

Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
April 04, 2021 - 13:51:14
Django version 3.1.7, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.

You cannot copy content of this page