I\'m running a unit test using the Django framework and get this error.
Running the actual code does not have this problem, running the unit tests creates a test databas
You may get more information on what is going on by adding -v3 to your test, ie:
$ python manage.py test -v3 sitecoming