How to check for the version of Django installed on the system?

How to check for the version of Django installed on the system?

To check the version of the Django, follow the following steps -

  1. import django
  2. django.VERSION

It will show the version of the Django that has been installed.