트러블 슈팅언제까지 포트 5432와 씨름해야 하는지 모르겠다. 매번 다른 방식으로 해결해야 했다. 아래 내용은 이번에 포트 5432와 다툰 내용이다. 결론은 Postgresql 서버를 시작해야 했다.문제 상황drf | django.db.utils.OperationalError: connection to server at "localhost" (::1), port 5432 failed: Connection refuseddrf | Is the server running on that host and accepting TCP/IP connections?drf | connection to server at "localhost" (127.0.0.1), port 543..