Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -80,12 +80,12 @@ DATABASES = { | ... | @@ -80,12 +80,12 @@ DATABASES = { |
80 | # 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), | 80 | # 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), |
81 | # } | 81 | # } |
82 | 'default': { | 82 | 'default': { |
83 | - 'ENGINE': 'django.db.backends.postgresql', | 83 | + 'ENGINE': 'django.db.backends.postgresql_psycopg2', |
84 | 'NAME': 'khuDrive', | 84 | 'NAME': 'khuDrive', |
85 | - 'USER': 'jooheekwon', | 85 | + 'USER': 'hjy', |
86 | - 'PASSWORD': '', | 86 | + 'PASSWORD': '2521', |
87 | 'HOST': 'localhost', | 87 | 'HOST': 'localhost', |
88 | - 'PORT': '', | 88 | + 'PORT': '5432', |
89 | } | 89 | } |
90 | } | 90 | } |
91 | 91 | ... | ... |
-
Please register or login to post a comment