On May 19, 1:18 pm, Pep <[email protected]> wrote: > Hi everybody ! > > I would like to know if it's possible to add automatically a table on > my database when, for example, a new member subscribe on my website ? > > I mean, if I would like to do it manually, I'll have to change my > Model and then to do manage.py syncdb. And that's all. But > automatically ??? > > Thanks for your answers > > PEP
You *really* don't want to do this. Why do you think you need a table per user? -- 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.

