アプリdjango-ratingsをインストールしました。私はsyncdbをしたいのですが、ここに私のエラーがあります:
djangoratings.vote: 'user' defines a relation with the model 'auth.User',
which has been swapped out. Update the relation to point at settings.AUTH_USER_MODEL.
私は Facebook のログインに AllAuth を使用し、いくつかの追加機能を備えたカスタム ユーザー認証を使用しています。
設定ファイルで私が提供する
AUTH_USER_MODEL = 'accountext.User'
djangoratings からそのエラーを修正するには?
ありがとう