Skip to content

Commit

Permalink
Merge pull request #14 from ButterCMS:remove_anymail
Browse files Browse the repository at this point in the history
remove anymail from production apps
  • Loading branch information
ViolanteCodes authored Aug 15, 2023
2 parents eba4969 + b9944fe commit 6fde7cc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,7 @@
# ------------------------------------------------------------------------------
# Django Admin URL regex.
ADMIN_URL = env("DJANGO_ADMIN_URL")

# Anymail
# ------------------------------------------------------------------------------
# https://anymail.readthedocs.io/en/stable/installation/#installing-anymail
INSTALLED_APPS += ["anymail"] # noqa F405
# https://docs.djangoproject.com/en/dev/ref/settings/#email-backend
# https://anymail.readthedocs.io/en/stable/installation/#anymail-settings-reference
# https://anymail.readthedocs.io/en/stable/esps
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
ANYMAIL = {}


# LOGGING
Expand Down

0 comments on commit 6fde7cc

Please sign in to comment.