Hey i deployed my backend on render that was successful, but on local server i am unable to access my backend because of this error psycopg2.OperationalError: could not translate host name “dpg-d0iaevd6ubrc73db4uv0-a” to address: No such host is known
what i should do now to fix this, any suggestions…
setting.py
DATABASES = {
‘default’: dj_database_url.config(
default=‘postgresql://admin:H9J3O9ILsVwbEukL2ss2O4Vi7E2gLkn2@dpg-d0iaevd6ubrc73db4uv0-a/patty_postgress_db’
)
}