Merge branch 'master' of github.com:healthchecks/healthchecks

This commit is contained in:
Pēteris Caune 2016-03-08 10:35:59 +02:00
commit 930ad9e0c5

View File

@ -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'}