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

Interactive problems via I/O #378

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

geoff128
Copy link
Contributor

No description provided.

@geoff128 geoff128 requested a review from twalen as a code owner May 15, 2024 16:23
@geoff128 geoff128 linked an issue May 15, 2024 that may be closed by this pull request
Comment on lines +8 to +9
class Interactor(models.Model):
problem = models.OneToOneField(Problem, on_delete=models.CASCADE)
Copy link
Contributor

Choose a reason for hiding this comment

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

Since this is a one-to-one model, perhaps it is better to use model iheritance here?

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.

Interactive problems via IO
4 participants