diff --git a/hailstone/settings.py b/hailstone/settings.py index 2c1e7ea..c1ac90d 100644 --- a/hailstone/settings.py +++ b/hailstone/settings.py @@ -59,11 +59,11 @@ DATABASES = { "default": { - "ENGINE": "193.218.38.89", + "ENGINE": "django.db.backends.postgresql", "NAME": "hailstone", "USER": "postgres", "PASSWORD": "ayKrlI2U52LvyEFlPKXJ", - "HOST": "postgresql", + "HOST": "193.218.38.89", }, }