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 ‘python’ is not recognized as an internal or external command admin July 16, 2017 It’s very simple, just modify python install. just follow image. .. Star triangle with python for loop zendnwar April 16, 2016 >>> star = input(“Enter the star to draw: “) Enter the star to draw: * & ..