Is there some standard practice on a machine that has production code
running in mod_python but also has developers running their django-
python web server?  Is that discouraged?  I figure a regular user
would not share the same django with mod_python because of .pyc files
and permissions?  So developers would maintain separate django
installs.  This makes it difficult because then they can't develop
using the same python or need to override the library path?

Seems like the appropriate configuration is for production to have a
django and developers to each have their own django.  Then the
developers would just modify their python include path to include
their copy of django?  Is there a simple way to do this or do most
developers just choose to have their own dev environment running
locally?  Does this discourage sharing of a dev server and hence more
admin work for everyone instead of one stable dev environment.

Looking for answers since I'm still pretty new to Django and python.

Your thoughts are appreciated,

--
Milan


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to