Re: Synchronising Database.

2007-07-18 Thread Kenneth Gonsalves
On 19-Jul-07, at 11:08 AM, Dmitriy Sodrianov wrote: > How should the process of synchronisation be performed? > To my mind only dropping table and recreating it should do the task. for example: http://www.djangosnippets.org/snippets/188/ -- regards kg http://lawgon.livejournal.com http://nr

Re: Synchronising Database.

2007-07-18 Thread James Bennett
On 7/19/07, Dmitriy Sodrianov <[EMAIL PROTECTED]> wrote: > After typing manage.py syncdb again the table is not synchronised with > the model despite the name of the command syncdb. http://www.djangoproject.com/documentation/django-admin/#syncdb > How should the process of synchronisation be per