Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
katryana authored Oct 10, 2023
1 parent 186bf55 commit 3c99486
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cinema/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ class Movie(models.Model):
related_name="movies"
)

class Meta:
verbose_name_plural = "movies"

def __str__(self):
return self.title

Expand Down

0 comments on commit 3c99486

Please sign in to comment.