LoginSignup
13
9

More than 3 years have passed since last update.

Djangoのversion確認

Last updated at Posted at 2020-05-18

Djangoのバージョン知りたいとき

python 実行してexitするのが面倒なため一行でやる方法

方法

terminal 上で以下のコマンドを打ち込む

python -m django --version

結果

3.0.6
13
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
9