Friday, November 26, 2010

Re: Dynamic db_table change

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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment