heroku
This commit is contained in:
parent
4b0fc8a0b3
commit
8957a71ef9
@ -86,13 +86,24 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
'''
|
||||
# DATABASES = {
|
||||
# 'default': {
|
||||
# 'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
# 'NAME': 'mysite',
|
||||
# 'USER': 'anya',
|
||||
# 'PASSWORD': 'pupsi4ek',
|
||||
# 'HOST': '127.0.0.1',
|
||||
# 'PORT': '5432',
|
||||
# }
|
||||
# }
|
||||
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'mysite',
|
||||
'USER': 'anya',
|
||||
'PASSWORD': 'pupsi4ek',
|
||||
'HOST': '127.0.0.1',
|
||||
'NAME': 'ddg4djbee66kal',
|
||||
'USER': 'jrowflkieuofex',
|
||||
'PASSWORD': 'ec999abac6adefb9876d38458e3aad38c009ebeb78be01783c5a48268e10f04a',
|
||||
'HOST': 'ec2-54-247-82-87.eu-west-1.compute.amazonaws.com',
|
||||
'PORT': '5432',
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user