Re: [solved] Re: delete tables

2008-10-17 Thread felix
I just pulled it directly from django's source code. I would only recommend doing syncdb in a development environment. I just use it as part of an import / convert from an old website's schema. probably for what you are doing (a user doing something on a form) this is too dangerous to do. syncd

[solved] Re: delete tables

2008-10-17 Thread Mirto Silvio Busico
Wanderful! This was exactly what I needed! There is any documentation about "call_command" and the other commnds you used? Thanks alot. Mirto felix ha scritto: > > here's what I'm using: > > from django.core import management > from django.db import connection > cursor = connec