I\'m trying to run a unittest with Django 1.3. Normally, I use MySQL as my database backend, but since this is painfully slow to spinup for a single unittest, I\'m using Sql
I had a similar problem and I was caused by a previous branch code, so I fixed it removing the pyc files in my projects:
find -regex .*pyc | xargs sudo rm