Connection refused using pythonanywhere
Hello, I'm trying to host my python Flask application using pythonanywhere, but I'm running into an issue using Neon postgresql database.
For some reason all works good while running the application on localhost, but once I try to start the app on pythonanywhere and try to read or create an entry from the database I get this error with Connection refused and don't really know why?
For some reason all works good while running the application on localhost, but once I try to start the app on pythonanywhere and try to read or create an entry from the database I get this error with Connection refused and don't really know why?
