Skip to content

Commit

Permalink
'Solution'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonemon committed Nov 25, 2024
1 parent 0e9e9d9 commit f948d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinema/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ class Movie(models.Model):
duration = models.PositiveIntegerField()

def __str__(self):
return self.title
return self.title

0 comments on commit f948d46

Please sign in to comment.