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

[WIP]Add social_django to INSTALLED_APPS #15624

Conversation

djyasin
Copy link
Member

@djyasin djyasin commented Nov 8, 2024

SUMMARY

This PR is to address 'relation "social_auth_usersocialauth" does not exist' error

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API
AWX VERSION
24.6.2
ADDITIONAL INFORMATION

Steps to reproduce:

  • Spin up current awx devel
  • exec into awx container
  • open shell plus
  • u = User.objects.first()
  • u.social_auth.all()
  • You should see:
 ProgrammingError: relation "social_auth_usersocialauth" does not exist
LINE 1: ...ed", "social_auth_usersocialauth"."modified" FROM "social_au...
  • Adding 'social_django' to INSTALLED_APPS fixes this

Copy link

sonarqubecloud bot commented Nov 8, 2024

@djyasin
Copy link
Member Author

djyasin commented Nov 8, 2024

We decided to go a different route to resolve this and this PR is no longer needed.

@djyasin djyasin closed this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant