I'm trying to migrate through heroku to log in with fb but when I run the command heroku run python manage.py migrate
the following happens (I'm supposed to have already done diployed in heroku):
>>> heroku run python manage.py migrate
Running python manage.py migrate on ⬢ afternoon-lake-17482... up, run.2063 (Free) /app/.heroku/python/lib/python3.6/site-packages/six.py:808: RemovedInDjango110Warning: SubfieldBase has been deprecated. Use Field.from_db_value instead. return meta(name, bases, d) SystemCheckError: System check identified some issues: ERRORS: default.UserSocialAuth.user: (fields.E304) Reverse accessor for 'UserSocialAuth.user' clashes with reverse accessor for 'UserSocialAuth.user. HINT: Add or change a related_name argument to the definition for UserSocialAuth.user' or 'UserSocialAuth.user. default.UserSocialAuth.user: (fields.E305) Reverse query name for 'UserSocialAuth.user' clashes with reverse query name for 'UserSocialAuth.user'. HINT: Add or change a related_name argument to the definition for 'UserSocialAuth.user' or 'UserSocialAuth.user'.
Please, do you have any idea what I can do? I just started in the world of django.