mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-21 19:03:08 +00:00
refactor: style
This commit is contained in:
parent
7c58f007f2
commit
a492d4f9d3
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@ DEBUG = False
|
|||
|
||||
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue