Skip to content

Commit

Permalink
super user
Browse files Browse the repository at this point in the history
  • Loading branch information
michelebswm committed Oct 11, 2023
1 parent 82fa673 commit 3e3e198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filme/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ def __str__(self):


class Usuario(AbstractUser):
filmes_vistos = models.ManyToManyField('Filme')
filmes_vistos = models.ManyToManyField("Filme")
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Django==4.2.5
gunicorn==21.2.0
packaging==23.2
Pillow==10.0.0
psycopg2==2.9.9
psycopg2-binary==2.9.9
sqlparse==0.4.4
typing_extensions==4.7.1
tzdata==2023.3
Expand Down

0 comments on commit 3e3e198

Please sign in to comment.