Re: shared apps accross multiple sites/projects

2006-07-21 Thread Brian Hamman
Sweet. Thanks guys for the quick answer. This is very reassuring. Of course, this also means that I'm now looking at several hours of reorganization. Part of me was hoping you'd say "No! Don't touch." >From Jacob's example it looks like you guys take it a step further and more or less invert the

Re: shared apps accross multiple sites/projects

2006-07-20 Thread Jacob Kaplan-Moss
On Jul 20, 2006, at 4:49 PM, Brian Hamman wrote: > I'd really appreciate suggestions or advice others have from solving > similar problems. What are some ways that others have organized > multiple apps/projects/sites? You're on the right track to think about putting the apps outside the project

Re: shared apps accross multiple sites/projects

2006-07-20 Thread Ian Holsman
On 21/07/2006, at 7:49 AM, Brian Hamman wrote:Hey there,I'm working on a project that will run several related news sites froma single Django installation. I'll be treating each site as a separateproject, complete with its own settings.py file and corresponding useof the sites framework.Where I run

shared apps accross multiple sites/projects

2006-07-20 Thread Brian Hamman
Hey there, I'm working on a project that will run several related news sites from a single Django installation. I'll be treating each site as a separate project, complete with its own settings.py file and corresponding use of the sites framework. Where I run into trouble is with apps that are co