On Sep 5, 7:11 pm, Michel Thadeu Sabchuk <[EMAIL PROTECTED]> wrote: > Hi guys, > > I have a server structure similar to yours. The settings.py file > differs, the settings.py is under version control and I have a > custom_settings.py not versioned. At the end of the settings.py file I > import the custom one. The custom_settings.py is not versioned. > We do this too within ReportLab. It works well for many projects across many servers and developers.
Another 'tip' is to have a standard DB user account for developers, so the versioned settings.py always connects to localhost as a standard 'development' user. Then you can check out a project and run it out of the box. Any "real" server connection params should only go in the unversioned custom file. - Andy Robinson, ReportLab --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---