forked from GithubBackups/healthchecks
Merge pull request #46 from MounirMesselmeni/patch-1
Using backend name django.db.backends.postgresql
This commit is contained in:
commit
4504925322
@ -93,7 +93,7 @@ DATABASES = {
|
|||||||
if os.environ.get("DB") == "postgres":
|
if os.environ.get("DB") == "postgres":
|
||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
'ENGINE': 'django.db.backends.postgresql',
|
||||||
'NAME': 'hc',
|
'NAME': 'hc',
|
||||||
'USER': 'postgres',
|
'USER': 'postgres',
|
||||||
'TEST': {'CHARSET': 'UTF8'}
|
'TEST': {'CHARSET': 'UTF8'}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user