i have a problem when trying to work on my project locally
venvictor
TRIALOP

2 years ago

conn = connect(dsn, connectionfactory=connection_factory, **kwasync)

django.db.utils.OperationalError: could not translate host name "postgres.railway.internal" to address: No such host is known.

1 Replies

brody
EMPLOYEE

2 years ago

When developing locally you will need to use the public host and port of your database service.


Loading...