Change psycopg2 version and change postgresql engine.
This commit is contained in:
@ -107,8 +107,8 @@ WSGI_APPLICATION = 'bundesdata_app.wsgi.application'
|
||||
# be foudn here: https://stackoverflow.com/a/42077576
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': 'databaseName',
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': get_secret("DB_NAME"),
|
||||
'USER': get_secret("DB_USER"),
|
||||
'PASSWORD': get_secret("DB_PASSWORD"),
|
||||
'HOST': 'db',
|
||||
|
Reference in New Issue
Block a user