On Fri, Jul 07, 2006 at 10:22:12AM -0700, x0nix wrote: > Well ... I don't like the idea of every programmer (after every minor > change) logging in as root to production server.
You shouldn't have your programmers logging in to a production server to do testing even if there were no issues about mod_python. All the testing and QA should be done on a different machine, be it your development machines or a separate staging server (depending on how you run your "shop"). In an ideal world, your programmers would develop and test on development-only machines, then pass the tested code over to a QA group who would test it again (a different level of testing) on a staging server, and then finally the QA group would move the fully tested code over to the production server. -- Glenn Tenney CISSP CISM --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

