Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonBessarab committed Dec 20, 2024
1 parent 29adeab commit 8cf887f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class Genre(models.Model):

class Actor(models.Model):
first_name = models.CharField(max_length=255)
last_name = models.CharField(max_length=255)
last_name = models.CharField(max_length=255)

0 comments on commit 8cf887f

Please sign in to comment.