[Answered ]-Django; 44 connect() failed (111: Connection refused) while connecting to upstream on AWS Elastic Bean

1👍

I fixed this error by changing

ebdjango.wsgi:application

to

api.wsgi:application

Which is the name of my django app. Hope this helps!

👤dmcm

Leave a comment