Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save curious725/578133c47536780dfad8979cbb961f73 to your computer and use it in GitHub Desktop.

Select an option

Save curious725/578133c47536780dfad8979cbb961f73 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