Django tests fail on a new project
This might be slightly confusing at first, but actually makes perfect sense if you think about it. If you have a brand new Django project and you run the tests it fails with a number of errors. # python manage.py test Creating test database… Creating table auth_permission Creating table auth_group Creating table auth_user Creating table [...]