-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
Open Source Sorting Hat #3318
base: main
Are you sure you want to change the base?
Open Source Sorting Hat #3318
Conversation
website/models.py
Outdated
@@ -1482,3 +1482,21 @@ class Meta: | |||
|
|||
def __str__(self): | |||
return f"Kudos from {self.sender.username} to {self.receiver.username}" | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about we use our existing repo model?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely, but the project field must be made nullable, would that be okay?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Fixes #3310
In progress