How to check Django installed version?

Type the following command in Python shell

>>> import django
>>> django.get_version()