On Nov 26, 2:34 pm, Seb <[email protected]> wrote:
> Hi all !
>
> I want to use Django on an existing database where every user have his
> own table.
<snip>
> Any idea ?

Yes: don't do this. Really, really, don't do this.

There's absolutely no reason for each user to have their own table. It
breaks not only Django's ORM, but also the whole relational model.
--
DR.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
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