Re: One app installed several times

2008-04-16 Thread Thomas Guettler
Rajesh Dhawan schrieb: > You mention above that it was important to you to have multiple > instances of the app models in your DB. Can you explain the reason > behind this so people can see if there's a way to do this better? > > > One company holds several sub companies. There are people who h

Re: One app installed several times

2008-04-15 Thread Erik Vorhes
Also, there are things happening that will make this possible without hacking at Django directly: http://www.jacobian.org/writing/2008/mar/19/pycon/ (near the bottom of the article) Here's what will (probably) be able to happen: INSTALLED_APPS = ( "some.app", app("some.app", label="othe

Re: One app installed several times

2008-04-15 Thread Rajesh Dhawan
Hi Thomas, > I just got an application installed several times in one project. > It was important for me, that each instance of the application > has it on tables. > > Here is who I did it. Feedback welcome! > > > Any thoughts how to do this better? You mention above that it was important to yo