SQLAlchemy cannot connect to Postgresql on localhost
问题 I'm sure this is such an easy error to fix, if I could only find where it is. This is the error from the Flask app: 11:58:18 web.1 | ERROR:xxxxxx.core:Exception on / [GET] 11:58:18 web.1 | Traceback (most recent call last): 11:58:18 web.1 | File "/Library/Python/2.7/site-packages/flask/app.py", line 1817, in wsgi_app 11:58:18 web.1 | response = self.full_dispatch_request() 11:58:18 web.1 | File "/Library/Python/2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request 11:58:18 web