cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Dani Hodovic 1469739109
Remove EMAIL_HOST & EMAIL_PORT with locmem backend
These settings should not be required since Django never connects to an
external component when sending email. Instead it's stored in memory.

https://docs.djangoproject.com/en/2.2/topics/email/#in-memory-backend
2019-07-09 09:07:38 +08:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Remove redundant template debug setting 2019-06-20 23:41:31 +08:00
local.py Remove redundant template debug setting 2019-06-20 23:41:31 +08:00
production.py Mailgun api url (#2014) 2019-05-28 11:27:54 +01:00
test.py Remove EMAIL_HOST & EMAIL_PORT with locmem backend 2019-07-09 09:07:38 +08:00