How can I download django-1.2 and use it across multiple sites when the system default is 1.1?
- by meder
I'm on Debian Lenny and the latest backports django is 1.1.1 final. I don't want to use sid so I probably have to download django.
I have my sites located at: /www/ and I plan on using mod_wsgi with Apache2 as a reverse proxy from nginx.
Now that I downloaded pip and virtualenv through pip, can someone explain how I could get my /www/ sites which…