Re: Django Team Project Best Practices

2010-12-09 Thread Kenneth Gonsalves
On Thu, 2010-12-09 at 17:26 -0800, acat...@gmail.com wrote: > the only > explanation I can give is that I would be having all of the project's > files and folders in the standard django project folder. that is correct - in a project everyone has to be able to see what everyone else is doing - or

Re: Django Team Project Best Practices

2010-12-09 Thread Rainy
On Dec 9, 8:26 pm, "acat...@gmail.com" wrote: > I have been using Django for a little over two years as a freelance > developer.  I am currently working at a company where I am at the > beginning stages of a two-person Django app.  I have worked on group > projects before, quite some time ago, a

Re: Django Team Project Best Practices

2010-12-09 Thread satyandra babu
if you have many modules in projects then set one app for each module will be easy but still that app will be part of your django project, for example accounts, registration, userprofile and others if you your project is concern about users but if your project is small enough you can go with one ap

Django Team Project Best Practices

2010-12-09 Thread acat...@gmail.com
I have been using Django for a little over two years as a freelance developer. I am currently working at a company where I am at the beginning stages of a two-person Django app. I have worked on group projects before, quite some time ago, as an html editor. I definitely don't have experience at