Skip to content

Commit

Permalink
update superuser
Browse files Browse the repository at this point in the history
  • Loading branch information
michelebswm committed Oct 10, 2023
1 parent 4c13890 commit 82fa673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filme/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def ready(self):
from .models import Usuario
import os

email = os.getenv('EMAIL_ADMIN')
senha = os.getenv('SENHA_ADMIN')
email = os.getenv("EMAIL_ADMIN")
senha = os.getenv("SENHA_ADMIN")

usuarios = Usuario.objects.filter(email=email)
if not usuarios:
Expand Down

0 comments on commit 82fa673

Please sign in to comment.