Connecting From Django To Postgres When They Are In Different Networks
I have 2 different projects, running them using docker compose. I needed to connect from project1.django to project2.postgres. Here is how I did it...
I have 2 different projects, running them using docker compose. I needed to connect from project1.django to project2.postgres. Here is how I did it...