check django version in your system

Solutions on MaxInterview for check django version in your system by the best coders in the world

showing results for - "check django version in your system"
Rafael
27 Apr 2016
1>>> import django
2>>> django.VERSION
3(2, 0, 0, 'final', 0)
4