mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-12 05:16:50 +00:00
heroku
This commit is contained in:
parent
8dc883770a
commit
e9b0df3cf6
1 changed files with 11 additions and 11 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Reference in a new issue