Configure email backend for local development and update NGINX HTTPS port in environment settings
This commit is contained in:
+1
-1
@@ -325,7 +325,7 @@ TINYMCE_DEFAULT_CONFIG = {
|
||||
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
|
||||
|
||||
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
|
||||
EMAIL_BACKEND = os.environ.get("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend")
|
||||
|
||||
# SENDGRID_API_KEY = os.getenv('SENDGRID_API_KEY')
|
||||
SENDGRID_API_KEY = (
|
||||
|
||||
Reference in New Issue
Block a user