There is a page on the wiki which list several possible solutions to this problem: http://code.djangoproject.com/wiki/SplitSettings
Regards, Daniel On Mar 17, 1:59 pm, Julián C. Pérez <[email protected]> wrote: > Hi everyone > I need some help here > I'm in a rush, so I don't took first the time to explore the board and > solve this doubt... > How can I make two different DB configurations on the settings.py?? > I mean... I manage my project through svn, but i make changes all over > it on two enviroments... Yes, you can figure it out: one Linux-based > and a Windows-based. So the DB host and name are not the same... > How can I do that?? > - I imagine something like... DATABASE_HOST = { '127.0.0.1', > '172.3.25.200' } > the Windows host, then the Linux host > Thank you all --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

