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

Fixed errors in Profile #31

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

GodaimeSan22
Copy link
Collaborator

Deleted second ProfileCategories, and replace "ProfilesProfile" to "Profile".
Before : profile = models.ForeignKey('ProfilesProfile', on_delete=models.CASCADE)
After : profile = models.ForeignKey('Profile', on_delete=models.CASCADE)

@GodaimeSan22 GodaimeSan22 linked an issue Nov 27, 2023 that may be closed by this pull request
Copy link
Collaborator

@romanmyko romanmyko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Profile Ok

@GodaimeSan22 GodaimeSan22 merged commit 669ae36 into develop Nov 28, 2023
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

Successfully merging this pull request may close these issues.

Fix the error in Profiles Models
3 participants