You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.
I'm installing askbot-devel as an additional app in a project already containing django-ratings.
Django version is 1.8
When I run runserver, I get this error:
SystemCheckError: SystemCheckError: System check identified some issues:
ERRORS:
askbot.Vote.user: (fields.E304) Reverse accessor for 'Vote.user' clashes with reverse accessor for 'Vote.user'.
HINT: Add or change a related_name argument to the definition for 'Vote.user' or 'Vote.user'.
askbot.Vote.user: (fields.E305) Reverse query name for 'Vote.user' clashes with reverse query name for 'Vote.user'.
HINT: Add or change a related_name argument to the definition for 'Vote.user' or 'Vote.user'.
djangoratings.Vote.user: (fields.E304) Reverse accessor for 'Vote.user' clashes with reverse accessor for 'Vote.user'.
HINT: Add or change a related_name argument to the definition for 'Vote.user' or 'Vote.user'.
djangoratings.Vote.user: (fields.E305) Reverse query name for 'Vote.user' clashes with reverse query name for 'Vote.user'.
HINT: Add or change a related_name argument to the definition for 'Vote.user' or 'Vote.user'.
I'm installing askbot-devel as an additional app in a project already containing django-ratings.
Django version is 1.8
When I run runserver, I get this error:
Do you know a way to solve it?
Related issue is #559
The text was updated successfully, but these errors were encountered: