Skip to content

Commit d30dd99

Browse files
JacobCoffeeclaude
andcommitted
revert: keep EMAIL_BACKEND as plain assignment in local settings
maildev is always available via docker-compose, no need for env var configurability here. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a0addcf commit d30dd99

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pydotorg/settings/local.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@
3232
},
3333
}
3434

35-
EMAIL_BACKEND = config(
36-
'EMAIL_BACKEND',
37-
default='django.core.mail.backends.smtp.EmailBackend',
38-
)
35+
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
3936
EMAIL_HOST = config('EMAIL_HOST', default='maildev')
4037
EMAIL_PORT = config('EMAIL_PORT', default=1025, cast=int)
4138

0 commit comments

Comments
 (0)