Re: Managing Django Projects with SVN

2008-03-24 Thread Baurzhan Ismagulov
Hello Chris, On Sat, Mar 22, 2008 at 04:07:38PM +, Chris Hoeppner wrote: > > I use autoconf for that. The template file, settings.py.in, contains > > statements like this: > > > DATABASE_NAME = '@binpkg@' > > MEDIA_ROOT = @datadir@ + '/images' > > > > To generate settings.py, I use a

Re: Managing django projects

2007-10-15 Thread Kenneth Gonsalves
On 15-Oct-07, at 8:31 PM, Rytis Sileika wrote: > I was just wondering, what are the best practices to setup/manage > django projects? > > Let's assume two developers working on the same project, same machine. > Models, views are constantly changing, that would make me think that > the best way

Re: Managing django projects

2007-10-15 Thread Doug Van Horn
On Oct 15, 10:01 am, Rytis Sileika <[EMAIL PROTECTED]> wrote: > Hi, > > I was just wondering, what are the best practices to setup/manage > django projects? [snip] > Thanks! > > Rytis To expand on Chris' answer, here's what I would recommend: Create your project in Subversion (or CVS, or what

Managing django projects

2007-10-15 Thread Rytis Sileika
Hi, I was just wondering, what are the best practices to setup/manage django projects? Let's assume two developers working on the same project, same machine. Models, views are constantly changing, that would make me think that the best way is to have two separate DBs and two separate django