Hi,
As PostgreSQL is not yet available, I had set-up a server in Heroku. I'm able to access the server (hosted by Amazon AWS) from PGAdmin3 from my own computer.
I'm getting a "Connection refused" error when SQLAlchemy attempts to connect to the server:
OperationalError: (OperationalError) could not connect to server: Connection refused
Is the server running on host "ec2-54-197-249-167.compute-1.amazonaws.com" (10.151.78.254) and accepting
TCP/IP connections on port 5432?
Is this a connection issue in PythonAnywhere or is this a limitation (of free accounts)? I wanted to demo an application to my boss to get a business case running. I would be a paying user if I can get the database connection working. Thanks.