Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
C_Team_KhuDrive
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
하재연
2020-06-11 00:37:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
88c507635eac4440d590c7c636199f5ec6be4efe
88c50763
1 parent
79b774ee
Update settings.py
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
backend/khudrive/settings.py
backend/khudrive/settings.py
View file @
88c5076
...
...
@@ -80,12 +80,12 @@ DATABASES = {
# 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
# }
'default'
:
{
'ENGINE'
:
'django.db.backends.postgresql
'
,
'ENGINE'
:
'django.db.backends.postgresql
_psycopg2'
,
'NAME'
:
'khuDrive'
,
'USER'
:
'
jooheekwon'
,
'PASSWORD'
:
'
'
,
'USER'
:
'
hjy'
,
'PASSWORD'
:
'
2521'
,
'HOST'
:
'localhost'
,
'PORT'
:
'
'
,
'PORT'
:
'
5432'
,
}
}
...
...
Please
register
or
login
to post a comment