Re: Importing models across multiple projects

2006-11-17 Thread [EMAIL PROTECTED]
Sorry for not asking this in the first question...is there a downloadable tarball for this branch? I can't seem to find it on the site ... but there is so much info on the site... thought I might just be missing it. Thx for any info. On Nov 17, 3:23 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wr

Re: Importing models across multiple projects

2006-11-17 Thread [EMAIL PROTECTED]
I have a similar need... we just started looking at django today. I downloaded the apt-get'able version today I'll have to find the branch and download it Monday. Can I backwards engineer from multiple legacy db's with this branch...or will I need to manually write the code for the model? Th

Re: Importing models across multiple projects

2006-11-15 Thread Ivan Sagalaev
Casey Marshall wrote: > I am faced with a situation where I really need to be able to import > models from multiple Django projects. We have many projects that stand > well enough alone on their own with their own supporting > infrastructure. The projects we need to develop now need to work with

Importing models across multiple projects

2006-11-15 Thread Casey Marshall
also adds points of failure, violates DRY, and makes things too complex and brittle. If I were to develop a patch that would enable importing models across multiple projects, would anyone else be interested in it? Would it be welcome in subversion? I can probably figure something out on my own, bu