Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign-Up Error: [WinError 10061] No connection could be made because the target machine actively refused it #62

Closed
sid741994 opened this issue Nov 7, 2020 · 5 comments

Comments

@sid741994
Copy link

New Signup entries are made on the database, but it displays this error in the browser on clicking submit.
@mattfreire

image

@drayendorff
Copy link

This happens because the email backen cant issue the confimation email

Add this to the development.py

EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'

@drayendorff
Copy link

Im currently developing on this repo add me on Facebook so we can exchange some more advanced code

@brahim024
Copy link

you need to add email backend in your settings
check this artical:
https://docs.djangoproject.com/en/3.1/topics/email/

@sid741994
Copy link
Author

sid741994 commented Dec 2, 2020 via email

@sid741994
Copy link
Author

sid741994 commented Dec 2, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants