Re: Is it possible to add a table on my database with a django code ?

2010-05-19 Thread Pep
:) Thanks for your answers. Effectively, I won't do this but I was curious on manipulate a database like this. However it could be useful in a few project with a limited number of users. On 19 mai, 14:35, Dj Gilcrease wrote: > On Wed, May 19, 2010 at 8:18 AM, Pep

Re: Is it possible to add a table on my database with a django code ?

2010-05-19 Thread Dj Gilcrease
On Wed, May 19, 2010 at 8:18 AM, Pep 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

Re: Is it possible to add a table on my database with a django code ?

2010-05-19 Thread Daniel Roseman
On May 19, 1:18 pm, Pep 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

Is it possible to add a table on my database with a django code ?

2010-05-19 Thread Pep
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