Django 1.7 introduced database migrations.
When running the unit tests in Django 1.7, it forces a migrate, that takes a long time. So I woul
django-test-without-migrations adds a --nomigrations flag to manage.py test. Works like a charm.
--nomigrations
manage.py test