DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', 'NAME': 'DB이름', 'USER': '계정명', 'PASSWORD':'비밀번호, 'HOST':'아이피', 'PORT':'포트' } }