2009/4/4 pault <paul...@gmail.com>:
>
>  I have one version 1.02 installed in /var/lib/python-support/
> python2.5/django/ (i am on a debian machine)
>  and one version 0.96 in the folder of my project.
>
> I read the post from Graham but it doesn't seem to work for me it uses
> the 1.02 version.
> http://groups.google.com/group/django-users/browse_thread/thread/1c5c461a49c28e41/5c61b32e99325dde?lnk=gst&q=multiple+versions#5c61b32e99325dde
>
> <Location
> "/">
> PythonInterpreter
> django.blabla
> SetHandler python-
> program
> PythonHandler
> django.core.handlers.modpython
> SetEnv DJANGO_SETTINGS_MODULE
> blabla.settings
> PythonDebug
> On
> PythonPath "['/home/paul','/home/paul/blabla/django'] +
> sys.path"
> </Location>
>
> How can I get my old sites working through mod_python

we use virtualenv for that
http://blog.ianbicking.org/2007/10/10/workingenv-is-dead-long-live-virtualenv/,
that allows us to mantain diferent versons of applications with their
own dependencies.

Best regards,


-- 
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to