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はPythonに用意されている「パッケージ管理ツール」というコマンドを使ってインストールします。
Djangoがインストールされているかどうかは以下のコマンドを入力しましょう
python -m django --version
インストール
pip install Django==3.0.4
最新版にアップデートする
pip install -U django