Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 937cb85

Browse files
Update settings.py
set a DEFAULT_FROM_EMAIL
1 parent c07c5a0 commit 937cb85

File tree

1 file changed

+1
-0
lines changed
  • days/053-056-django-registration/demo/mysite

1 file changed

+1
-0
lines changed

‎days/053-056-django-registration/demo/mysite/settings.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@
131131
EMAIL_USE_TLS = True
132132
EMAIL_HOST_USER = os.environ['SENDGRID_USERNAME']
133133
EMAIL_HOST_PASSWORD = os.environ['SENDGRID_PASSWORD']
134+
DEFAULT_FROM_EMAIL = 'your-mail@email.com'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /