"No module named django_heroku" (or django_on_heroku) error

I'm trying to install OWASP PyGoat, and then create a secure version of it. I followed method 2 on the repository's site (https://github.com/adeyosemanputra/pygoat?tab=readme-ov-file#method-2), but running the "python3 manage.py migrate" command yielded the error message in this post's title. I used "pip3 list" to verify that django_heroku was installed. I also tried with the newer django_on_heroku, but got the same result. I saw on another post that somebody tried installing psycopg-binary to fix this, but that's already installed as well. What else should I do to diagnose this problem?

Вернуться на верх