79319931

Date: 2024-12-31 12:13:09
Score: 1.5
Natty:
Report link

I want connet my django project with postgresql and I face this problem could not translate host name "postgres.railway.internal

DATABASES = { 'default': {

    'ENGINE': 'django.db.backends.postgresql',

    'NAME': 'railway',

    'USER': 'postgres',

    'PASSWORD': 'DthcDHERJBIMhRhPkifnnrevSozYGRTE',

    'HOST': 'postgres.railway.internal',

    'PORT': '5432',
}

this is my postgresql database setup on my setting

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: sham mohammdi