mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +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
|
TEMPLATE_DEBUG = DEBUG
|
||||||
|
|
||||||
ADMINS = (
|
ADMINS = (os.environ.get("ADMINS", "Pokeapi,team@pokeapi.co").split(","),)
|
||||||
os.environ.get("ADMINS", "Pokeapi,team@pokeapi.co").split(","),
|
|
||||||
)
|
|
||||||
|
|
||||||
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue