Hi @kobbob
Just to confirm, you're running into this issue at step 4. Generate database schema. And you get this error when you execute python manage.py migrate
.
Looking at the error message, it seems the application looking for the database at localhost. At the SSH terminal, confirm that AZURE_POSTGRESQL_CONNECTIONSTRING
is properly set to the PostgreSQL server that was created with the wizard. The manage.py
script uses this environment variable to update the managed database.