Would it be possible to run "python manage.py syncdb" mutiple times towards the database? Will it cause corruption?
You can run python manage.py syncdb
as many times as you want without any database corruption. It does not alter any existing tables.