From e9b0df3cf6b83a7090c36143d443bf9b48566072 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Wed, 4 Dec 2019 16:47:09 +0100 Subject: [PATCH] heroku --- villafleurie/settings.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/villafleurie/settings.py b/villafleurie/settings.py index a0c8c93..2c8784e 100644 --- a/villafleurie/settings.py +++ b/villafleurie/settings.py @@ -66,17 +66,17 @@ TEMPLATES = [ WSGI_APPLICATION = 'villafleurie.wsgi.application' -# DATABASES = { -# 'default': { -# 'ENGINE': 'django.db.backends.postgresql', -# 'NAME': 'villafleurie', -# 'USER': 'nemausat', -# 'PASSWORD': '', -# 'HOST': '', -# 'PORT': '5432', -# 'ATOMIC_REQUESTS': True -# } -# } +DATABASES = { + 'default': { + 'ENGINE': 'django.db.backends.postgresql', + 'NAME': 'villafleurie', + 'USER': 'nemausat', + 'PASSWORD': '', + 'HOST': '', + 'PORT': '5432', + 'ATOMIC_REQUESTS': True + } +} # DATABASES = { # 'default': {