Skip to content

Instantly share code, notes, and snippets.

@annavester
Created April 26, 2015 21:18
Show Gist options
  • Save annavester/29042b6d1e4fe3fa417f to your computer and use it in GitHub Desktop.
Save annavester/29042b6d1e4fe3fa417f to your computer and use it in GitHub Desktop.
Check django version
python -c "import django; print(django.get_version())"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment