Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration #290

Open
Williano opened this issue Jun 27, 2018 · 0 comments
Open

Migration #290

Williano opened this issue Jun 27, 2018 · 0 comments

Comments

@Williano
Copy link

Williano commented Jun 27, 2018

I get the error below when i try to migrate the app's tables to my database. Please can you help me fix this.

SystemCheckError: System check identified some issues:

ERRORS:
blog.Post.author: (fields.E304) Reverse accessor for 'Post.author' clashes with reverse accessor for 'Post.user'.
HINT: Add or change a related_name argument to the definition for 'Post.author' or 'Post.user'.
blog.Post.author: (fields.E305) Reverse query name for 'Post.author' clashes with reverse query name for 'Post.user'.
HINT: Add or change a related_name argument to the definition for 'Post.author' or 'Post.user'.
pybb.Post.user: (fields.E304) Reverse accessor for 'Post.user' clashes with reverse accessor for 'Post.author'.
HINT: Add or change a related_name argument to the definition for 'Post.user' or 'Post.author'.
pybb.Post.user: (fields.E305) Reverse query name for 'Post.user' clashes with reverse query name for 'Post.author'.
HINT: Add or change a related_name argument to the definition for 'Post.user' or 'Post.author'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant