On Nov 26, 2:34 pm, Seb <sebastien.ram...@gmail.com> 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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to