You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
デフォルトではemailの送信は無効になっているが,ユーザアクティベーションのためにはトークンが必要になる.無効になっているとき,
django.core.mail.backends.console.EmailBackend
によって標準出力へメールの内容が出力されるようになっているが,これはテストする,ローカルで検証する用途においてかなり使いづらい.対処法
ローカルでの開発に限って以下のどちらかを検討している
The text was updated successfully, but these errors were encountered: