Created
December 20, 2015 19:50
-
-
Save darth-veitcher/a9f98341a88ed37e6f46 to your computer and use it in GitHub Desktop.
install latest LTS version of Django (version 1.8.x)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # grab latest LTS version of Django (version 1.8.x) | |
| pip install 'django>=1.8,<1.9' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment