Thank you, will try the latter after lunch.  Maybe the former, too, at this
point.
-C
On Sep 30, 2015 12:10 PM, "Eduardo Rivas" <jerivasmel...@gmail.com> wrote:

> 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 a topic in the
> Google Groups "Mezzanine Users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/mezzanine-users/G19S2vxpJJQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to