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

Chemistry - Bond Angles In NH3 And NCl3

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Change The Font Size Of Visual Studio Solution Explorer