mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-12 13:26:47 +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'
|
WSGI_APPLICATION = 'villafleurie.wsgi.application'
|
||||||
|
|
||||||
# DATABASES = {
|
DATABASES = {
|
||||||
# 'default': {
|
'default': {
|
||||||
# 'ENGINE': 'django.db.backends.postgresql',
|
'ENGINE': 'django.db.backends.postgresql',
|
||||||
# 'NAME': 'villafleurie',
|
'NAME': 'villafleurie',
|
||||||
# 'USER': 'nemausat',
|
'USER': 'nemausat',
|
||||||
# 'PASSWORD': '',
|
'PASSWORD': '',
|
||||||
# 'HOST': '',
|
'HOST': '',
|
||||||
# 'PORT': '5432',
|
'PORT': '5432',
|
||||||
# 'ATOMIC_REQUESTS': True
|
'ATOMIC_REQUESTS': True
|
||||||
# }
|
}
|
||||||
# }
|
}
|
||||||
|
|
||||||
# DATABASES = {
|
# DATABASES = {
|
||||||
# 'default': {
|
# 'default': {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue