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
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
2 matches
Mail list logo