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 Expectation find out with pyhton admin November 6, 2018 The expected value of a random variable X is given by: E ( X ) =∑xi pi E(X) = 1( 1/6 ) + 2( 1 .. scrapy version check with CLI mode admin December 24, 2018 It’s very simple, just run below command.>>> scrapy version ..