2014-08-14 Django のバージョンをワンライナーで調べるメモ Django $ python -c "import django;print(django.VERSION)" (1, 6, 5, 'final', 0)