Django Application Binding on localhost instead of 0.0.0.0

My Django application I deployed have been binding to 127.0.0.0.1. I don’t know how to change it to 0.0.0.0

Hey Simeon,

Adding a PORT environment variable on your Koyeb service configuration should solve the problem and make your app listen on all interfaces (see screenshot below).

Let me know if that helps.