Skip to content

Commit

Permalink
solution1
Browse files Browse the repository at this point in the history
  • Loading branch information
Shum430 committed Oct 21, 2023
1 parent 0eb766e commit 06d0b1a
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 06d0b1a

Please sign in to comment.