Simply type python -m django –version or type pip freeze to see all the versions of installed modules including Django.
Read moreHow install Django step by step?
How to Install Django on Windows: Step by Step Guide
Read moreIs Django already installed in PyCharm?
You have Django package installed . To learn how to install packages using the PyCharm UI, read the section Install, uninstall, and upgrade packages. You can also install Django as described in the page How to install Django.
Read moreWhere is my Django installed?
On Microsft-Windows OS: In the Lib/site-packages folder inside your python installation .
Read more