On Sat, Sep 13, 2008 at 8:00 AM, Donn <[EMAIL PROTECTED]> wrote:

>
> Extra info:
>
> I have many Projects that equate to 'websites'.
> Each has it's own database in Mysql.
>
> I want one Project to be our Admin that let's us set some stuff that the
> other
> websites (projects) read and act upon. (Hence OP needing to access a model
> from another Project)
>
> If I setup each "website" as an Application (under our Admin Project) then
> they will all use the same Mysql database. I need a database per client.
>
> So, any clues ?
>

So you want multiple database support, which in general Django doesn't yet
have.  There's a big thread over on the developer's list on this topic right
now.  If all your databases are on the same server, though, it might be that
Django will already do what you are looking for, see this message:

http://groups.google.com/group/django-developers/msg/05420313676f4693

Karen

--~--~---------~--~----~------------~-------~--~----~
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