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 open Jupyter notebook in chrome on windows admin November 11, 2018 Just make chrome as a default browser and launch the jupyter . It will work .. ‘pip’ is not recognized as an internal or external command in Python zendnwar March 1, 2016 pip now comes bundled with new versions of python: Need to add the path for pip installation to ..