If you want to check Django version? If you’re under Linux and want to check the Python version you’re using, run python -V from the command line. If you want to check the Django version, open a Python console and type
1 2 3 | >>> import django >>> django.VERSION (2, 0, 0, 'final', 0) |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.