This is probably because django south hijacks the syncdb command. I have no idea how to resolve this, but I would suggest taking a look at http://github.com/garethr/django-test-extensions/ which provides similar functionality and happens to work with django south (it has a testrunner directory where I suspect this code might live). Hope that helps!