Background: After adding djangoratings to my project, I tried running
django-admin.py schemamigration djangoratings --initial --settings=myapp.settings.loc
there is a better way to solve it:
python manage.py migrate djangoratings --fake
and then:
python manage.py migrate