Мои настройки.py
Код: Выделить всё
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'mydatabase',
'USER': 'mydatabaseuser',
'PASSWORD': 'mypassword',
'HOST': 'ubuntu@username.host.com',
'PORT': '5432',
}
}
Код: Выделить всё
django.db.utils.OperationalError: could not translate host name "ubuntu@hostname.host.com" to address: Name or service not known