[Fixed]-How to downgrade from Django 1.7 to Django 1.6

43👍

Use:

sudo pip install Django==1.6.10

2👍

You should check the Django release notes for 1.7.
Just doing what you propose should be enough, but check if you are using things that changed in that log. That is project specific.

2👍

For Windows:

pip install -U Django==required version

You will have to make changes to the original suite sub-folder.

0👍

pip install Django==1.6 in CMD

Leave a comment