First time here? Check out the FAQ!

Revision history  [back]

Do the full sync and migrate on the production database before running tests, even though the production database is not used for the testing, I think I saw this issue before.

Also - you might want to run tests with explicit app names, as python manage.py test will run all the django tests as well as tests for all the other apps, which might take a lot of time.