Skip to content

Instantly share code, notes, and snippets.

@jineshpaloor
Created December 19, 2014 11:37
Show Gist options
  • Save jineshpaloor/46dbc2d851228761025f to your computer and use it in GitHub Desktop.
Save jineshpaloor/46dbc2d851228761025f to your computer and use it in GitHub Desktop.
how to downgrage django1.7 to 1.4
rm -r /usr/local/lib/python2.7/site-packages/django/
rm -r /usr/local/lib/python2.7/site-packages/Django-1.7.1-py2.7.egg-info/
install older version from source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment