方式1 在PyCharm Terminal中 输命令 pip list
方式2 在PyCharm 任意一个py文件,输入
import django
print(f'Django {django.get_version()}')