I have a post_save signal on a model. There are many different places where 
this model gets updated and saved, which is why I'm using the signal, to 
ensure each time the model is changed, the same code gets called. I make 
the calls to save the model instances via a jQuery post. When I run this on 
my local machine and test servers, the code works perfectly. When I move it 
to my production server, which is the only one running https, I 
get ('Connection aborted.', error(10061, 'No connection could be made 
because the target machine actively refused it')) back from the server. 
What can I do to fix this? Let me know what code might be helpful if 
necessary, and thanks in advance for the help. I'm using Django 1.8.2

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/089455e7-0f53-49ca-bfaf-013373850082%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to