[WinError 10061] No connection could be made because the target machine actively refused it
| Request Method: | POST |
|---|---|
| Request URL: | http://127.0.0.1:8000/accounts/login/ |
| Django Version: | 2.1.8 |
| Exception Type: | ConnectionRefusedError |
| Exception Value: | [WinError 10061] No connection could be made because the target machine actively refused it |
| Exception Location: | c:\program files\python37\Lib\socket.py in create_connection, line 716 |
| Python Executable: | C:\Users\fendy\OneDrive\Documents\Projects\Python\blam\shop\oscar\Scripts\python.exe |
| Python Version: | 3.7.0 |
| Python Path: | ['C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop', 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar\\Scripts\\python37.zip', 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar\\DLLs', 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar\\lib', 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar\\Scripts', 'c:\\program files\\python37\\Lib', 'c:\\program files\\python37\\DLLs', 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar', 'C:\\Users\\fendy\\OneDrive\\Documents\\Projects\\Python\\blam\\shop\\oscar\\lib\\site-packages'] |
--
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
https://twitter.com/django_oscar
---
You received this message because you are subscribed to the Google Groups "django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-oscar...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-oscar.
To view this discussion on the web, visit https://groups.google.com/d/msgid/django-oscar/c9b06165-3bbc-46c9-80e8-2a8b44da39b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
That resolved my issue, hope it helps.