I want to see the django version in my Pycharm terminal, but I don't get the correct method.
I tried bellow methods in pycharm terminal:
1) django --version
and django version
2) import django, and print the version by:
import django
print django.VERSION
But I still can not get it.