Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -81,11 +81,11 @@ DATABASES = { | ... | @@ -81,11 +81,11 @@ DATABASES = { |
81 | # } | 81 | # } |
82 | 'default': { | 82 | 'default': { |
83 | 'ENGINE': 'django.db.backends.postgresql', | 83 | 'ENGINE': 'django.db.backends.postgresql', |
84 | - 'NAME': 'khuDrive', | 84 | + 'NAME': 'khudrive', |
85 | - 'USER': 'jooheekwon', | 85 | + 'USER': 'khudrive', |
86 | - 'PASSWORD': '', | 86 | + 'PASSWORD': '4REPwb7y4CLtQaTv4PNeWRJeGLbHXn', |
87 | 'HOST': 'localhost', | 87 | 'HOST': 'localhost', |
88 | - 'PORT': '', | 88 | + 'PORT': '35432', |
89 | } | 89 | } |
90 | } | 90 | } |
91 | 91 | ... | ... |
-
Please register or login to post a comment