LoginSignup
10
9

More than 5 years have passed since last update.

Djangoのバージョン確認方法

Last updated at Posted at 2014-02-08
>>> import django
>>> django.get_version()
'1.6.1'
10
9
1

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
10
9