Skip to content

Instantly share code, notes, and snippets.

@Manuel4131
Created May 1, 2018 12:40
Show Gist options
  • Save Manuel4131/7405432afad75447bbd9245fd139352e to your computer and use it in GitHub Desktop.
Save Manuel4131/7405432afad75447bbd9245fd139352e to your computer and use it in GitHub Desktop.
Django common check
Check the version
```bash
import django #django is a framework which should be installed by pip. It's listed in requirements.txt
print(django.VERSION)
@Manuel4131
Copy link
Author

Upgrade/ Downgrade Django version:
Just apply pip command

pip install django==x.x.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment