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
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
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
Hi,
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!
myapp: Exists one time, but never gets used in settings.INSTALLED_APPS
I created two new modules on the
4 matches
Mail list logo