How to check Django installed version? admin December 20, 2019 Python 0 Comments Type the following command in Python shell >>> import django >>> django.get_version() Related Posts How to show hostname & IP address with python programming zendnwar April 13, 2016 The Internet Protocol assigns a 4-byte address to every computer connected to the network. Such .. how to check python version in linux? zendnwar March 8, 2016 It’s very simple: python –version or python -V ..