from django.core.management import call_command
call_command('syncdb')
regards
Steve
That is the way to do it; the whole manage.py/django-admin.py system
was refactored a while back to expose that interface so people can
reach in and call commands programmatically.
--
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."
[]s
Ronaldo.