Task 8
: It appears that Bob did not configure his app to connect a postgres
database running on a different server.
That explains why things are working in his laptop and not in the DEV
servers.
It also appears that he is using the wrong
port for postgres!
Find the file in the directory under /opt/caleston-code
that has a string matching DATABASES = {
.
Replace the value of localhost
to devdb01
In the same file fix the postgres port to match the port being used on devdb01
how to go through this problem?