Skip to content

Instantly share code, notes, and snippets.

@darth-veitcher
Created December 20, 2015 19:50
Show Gist options
  • Save darth-veitcher/a9f98341a88ed37e6f46 to your computer and use it in GitHub Desktop.
Save darth-veitcher/a9f98341a88ed37e6f46 to your computer and use it in GitHub Desktop.
install latest LTS version of Django (version 1.8.x)
# 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