cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Dani Hodovic 7ad8791937
Remove EMAIL_HOST, EMAIL_PORT for console backend
django.core.mail.backends.console.EmailBackend is an in memory backend
so EMAIL_HOST and EMAIL_PORT does not need to be specified in this case.
2019-08-21 17:31:18 +02:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Add EMAIL_TIMEOUT 2019-07-09 09:11:50 +08:00
local.py Remove EMAIL_HOST, EMAIL_PORT for console backend 2019-08-21 17:31:18 +02:00
production.py Remove gunicorn from installed apps 2019-07-09 09:00:31 +08:00
test.py Remove EMAIL_HOST & EMAIL_PORT with locmem backend 2019-07-09 09:07:38 +08:00