From 5dc8929a4426c5742c586d8fd1c0baa875494dc3 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 5 Feb 2016 15:21:50 +0000 Subject: [PATCH] fixed typo --- hybrid/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hybrid/settings.py b/hybrid/settings.py index 775ca0a..d4d52d5 100644 --- a/hybrid/settings.py +++ b/hybrid/settings.py @@ -74,7 +74,7 @@ # Database # https://docs.djangoproject.com/en/1.9/ref/settings/#databases -TABASES = { +DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_psycopg2', 'NAME': 'hybrid',