Skip to content

Commit

Permalink
refactor: style
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Mar 22, 2024
1 parent 7c58f00 commit a492d4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/settings.py
Expand Up @@ -8,9 +8,7 @@

TEMPLATE_DEBUG = DEBUG

ADMINS = (
os.environ.get("ADMINS", "Pokeapi,team@pokeapi.co").split(","),
)
ADMINS = (os.environ.get("ADMINS", "Pokeapi,team@pokeapi.co").split(","),)

EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"

Expand Down

0 comments on commit a492d4f

Please sign in to comment.