Articles → DJANGO → Check The Version Of Django Installed On The MachineCheck The Version Of Django Installed On The MachineIn this article, we will check the version of Django installed on the machine.Code python -c "import django; print(django.get_version())"Output Click to EnlargePosted By - Karan Gupta Posted On - Tuesday, May 28, 2019 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
python -c "import django; print(django.get_version())"
Query/Feedback