Django allauth example [Errno 61] Connection refused

后端 未结 2 1435
终归单人心
终归单人心 2021-02-01 01:50

I have the following error when I run django allauth example and it tries to send an email:

File \"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/p         


        
2条回答
  •  青春惊慌失措
    2021-02-01 02:05

    Alternatively if you have a social sign up, you probably do not require verification email so you can just add ACCOUNT_EMAIL_VERIFICATION = 'none' to your settings. This will automatically solve the problem.

提交回复
热议问题