I'm using django-registration. I have included it into my project. When I try to register a new user, I always have an error message. I am using the development server (runserver).
I want to register the user and to send the activation e-mail. This is the error : [Errno 10061] No connection could be made because the target machine actively refused it location : C:\Python27\lib\socket.py in create_connection, line 571
I think I have to do something on my settings.
Thank you
