Re: How do you manage your django sources?

2007-10-17 Thread Doug Van Horn
On Oct 17, 1:06 pm, stv <[EMAIL PROTECTED]> wrote: > really? I'm researching Django for a potentially large project, I was > thinking of having a layout like this: > > mainproject > |--core # models reused everywhere: Person, Address, etc > |--apply # models only for application: Questions,

Re: How do you manage your django sources?

2007-10-17 Thread stv
> > I started out by having lots of little apps, but that seemed to be a > bit painful, having 5 or 6 sets of models.py, views.py, and urls.py. > Now I just have one app, the functionality that I'm working on. I'll > come through and refactor later if I need to. really? I'm researching Django

Re: How do you manage your django sources?

2007-10-17 Thread Doug Van Horn
On Oct 17, 2:23 am, Manoj Govindan <[EMAIL PROTECTED]> wrote: > How many here follow the django axiom of 'one project, multiple apps'? > If you do, how do you control the sources? Do you map one project to > one source code repository or do individual apps get their own > repositories? I've

Re: How do you manage your django sources?

2007-10-17 Thread akaihola
If the apps are shared (or might be shared) between multiple projects, I put them into separate repositories and use svn externals to stick them into the project tree. I actually include the Django source as an svn external as well to keep track on which branch/revision each project is using and

Re: How do you manage your django sources?

2007-10-17 Thread Margaret
Using one repository , then one project one directory, I do this. On 10/17/07, Manoj Govindan <[EMAIL PROTECTED]> wrote: > > On Oct 17, 12:30 pm, Margaret <[EMAIL PROTECTED]> wrote: > > version control system??? > > or local filesystem?? > > > > Version control system, say SVN. > > > > > --

Re: How do you manage your django sources?

2007-10-17 Thread Manoj Govindan
On Oct 17, 12:30 pm, Margaret <[EMAIL PROTECTED]> wrote: > version control system??? > or local filesystem?? > Version control system, say SVN. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Re: How do you manage your django sources?

2007-10-17 Thread Margaret
version control system??? or local filesystem?? On 10/17/07, Manoj Govindan <[EMAIL PROTECTED]> wrote: > > How many here follow the django axiom of 'one project, multiple apps'? > If you do, how do you control the sources? Do you map one project to > one source code repository or do individual

How do you manage your django sources?

2007-10-17 Thread Manoj Govindan
How many here follow the django axiom of 'one project, multiple apps'? If you do, how do you control the sources? Do you map one project to one source code repository or do individual apps get their own repositories? --~--~-~--~~~---~--~~ You received this