On Thu, Oct 18, 2012 at 4:32 AM, scottc <[email protected]> wrote: > I'm new to django, with a (vanilla) 1.4.0 install, and am knee deep in a > project. > > Can I simply pip install django and have everything update properly or will > that fubar my existing project? > > (Win7, Python 2.7.2, django installed in a virtualenv using pip) > > > Thanks >
pip install --upgrade Django==1.4.2 Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

