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

Figures error when running migration on openedx Ginkgo #371

Open
MikiasEphrem opened this issue Jun 11, 2021 · 2 comments
Open

Figures error when running migration on openedx Ginkgo #371

MikiasEphrem opened this issue Jun 11, 2021 · 2 comments

Comments

@MikiasEphrem
Copy link

MikiasEphrem commented Jun 11, 2021

Hi,

I was trying to install figures on opened ginkgo version and everything went well until I run a migration.

SystemCheckError: System check identified some issues:ERRORS:oauth2.AccessToken.user: (fields.E304) Reverse accessor for 'AccessToken.user' clashes with reverse accessor for 'AccessToken.user'.HINT: Add or change a related_name argument to the definition for 'AccessToken.user' or 'AccessToken.user'.oauth2.Grant.user: (fields.E304) Reverse accessor for 'Grant.user' clashes with reverse accessor for 'Grant.user'.HINT: Add or change a related_name argument to the definition for 'Grant.user' or 'Grant.user'.oauth2.RefreshToken.user: (fields.E304) Reverse accessor for 'RefreshToken.user' clashes with reverse accessor for 'RefreshToken.user'.HINT: Add or change a related_name argument to the definition for 'RefreshToken.user' or 'RefreshToken.user'.oauth2_provider.AccessToken.user: (fields.E304) Reverse accessor for 'AccessToken.user' clashes with reverse accessor for 'AccessToken.user'.HINT: Add or change a related_name argument to the definition for 'AccessToken.user' or 'AccessToken.user'.oauth2_provider.Grant.user: (fields.E304) Reverse accessor for 'Grant.user' clashes with reverse accessor for 'Grant.user'.HINT: Add or change a related_name argument to the definition for 'Grant.user' or 'Grant.user'.oauth2_provider.RefreshToken.user: (fields.E304) Reverse accessor for 'RefreshToken.user' clashes with reverse accessor for 'RefreshToken.user'.HINT: Add or change a related_name argument to the definition for 'RefreshToken.user' or 'RefreshToken.user'.

Does anyone know a solution for this?

@MikiasEphrem MikiasEphrem changed the title Figure error when running migration on openedx Ginkgo Figures error when running migration on openedx Ginkgo Jun 11, 2021
@MikiasEphrem
Copy link
Author

Hi Team,

Does anyone know how to fix this issue? Please help

@ponytojas
Copy link
Contributor

Did you run migrations after installation?

I found a problem with it some time ago installing on Ginkgo, there's still open a pull request from my fork that fix it for me, check and maybe it could help you too.

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

2 participants