RSS Facebook Twitter LinkedIn Flickr

Finding Your Django Version

Posted: January 17th, 2010
Filed under: django, programming, python | Comments Off

When just starting a new Django project I wanted to double-check what version I currently had installed on my development machine. To do this, open a console of your choice and execute the following command:

django-admin.py --version

Comments are closed.