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="other", db_prefix="whoa_")
)


On Tue, Apr 15, 2008 at 12:45 PM, Rajesh Dhawan <[EMAIL PROTECTED]> wrote:
>
>  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!
>  >
>  <snip>
>
> >
>  > Any thoughts how to do this better?
>
>  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?
>
>  -Rajesh D
>
>
> >
>



-- 
portfolio: http://textivism.com/
blog: http://erikanderica.org/erik/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to