Having installed multiple versions of Django on the same apache/modPy
server, I understand the PythonInterpreter and configurations, however
i am a little confused on the standard of naming and organizing the
varying symlinks between the two versions on the python path.

It is not possible to have two symlinks from the site-packages
directory on the path with the same name, but the namespace is
dependent on the name 'django' from within all the django framework
files.

So, how are people organizing their symlinking on the path in order to
maintain the namespaces, and is it as simple as nesting the newer
version's symlink one level into the site-packages directory and then
using the PythonInterpreter directive?

I have two separate urls for the two sites i am workin on at the same
time.  Any insight would be greatly appreciated.

Thank you,
Bart


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to