django-ratings
django-ratings copied to clipboard
Test Errors
When run ./manage.py test djangoratings I receive the following 3 times DatabaseError: no such table: djangoratings_ratingtestmodel
I see that this model is defined in tests.py but can't figure out when it is supposed to be created so that it exists for the tests.
Same here, error in djangoratings/tests.py, line 67, in setUp: self.instance = RatingTestModel.objects.create()
Seems that it isn't creating the test table.