Checking Django Version Code Example


Example 1: django version check

python -m django --version

Example 2: how to check if django is installed in ubuntu

$ django-admin.py version

Example 3: check django version windows

>>> import django >>> django.VERSION (2, 0, 0, 'final', 0)

Example 4: current django version

django versions python versions

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?