This commit is contained in:
Ruidy Nemausat 2019-12-04 16:47:09 +01:00
parent 8dc883770a
commit e9b0df3cf6

View file

@ -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': {