Best way is to use a virtualenv and pin your Django version in requirements.txt.

It's highly recommend you develop all python projects in separate virtual environments. This is a great guide, and also explains how to pin (freeze) requirements: http://docs.python-guide.org/en/latest/dev/virtualenvs/

If you still want to go with the system Python, you can force the version of Django like this:

sudo pip install -U "django<1.8"

--
You received this message because you are subscribed to the Google Groups "Mezzanine 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to