I am trying to connect my python/django app to a railway database. I keep getting this error: RuntimeWarning: Got an error checking a consistent migration history performed for database connection 'default': connection to server at "dbHostName" (my ip address), port 5432 failed: Connection refused
Is the server running on that host and accepting TCP/IP connections?
I've learned so far that my application is not the problem and neither is railway as the database is up and running and I can test it. What else is preventing my computer from allowing my app to connect to the database?
#django app will not connect to railway database
4 messages · Page 1 of 1 (latest)