More concise cookiecutter.json; removed several if statements

* Unfortunately, with https://github.com/pydanny/cookiecutter-django/pull/2321#issuecomment-558796906, I don't think I am going to add AWS SES specifically if AWS is not chosen as cloud provider. In that case, we'll just deal with 2 None's when AWS is not selected.
* FIXME 2 Nones
This commit is contained in:
Andrew-Chen-Wang 2020-02-06 16:00:32 -05:00
parent b7d3379f44
commit 575dead7cb

View File

@ -34,7 +34,7 @@
"None"
],
"mail_service": [
{% if cookiecutter.cloud_provider == 'AWS' %}"Amazon SES",{% endif %}
"{% if cookiecutter.cloud_provider == 'AWS' %}Amazon SES{% else %}None{% endif %}",
"Mailgun",
"Mailjet",
"Mandrill",