There was an error while loading. Please reload this page.
python -m pip install Django pip install django-heroku (not pip3) pip install psycopg2-binary (important) heroku config (to show DATABASE_URL) heroku run python manage.py makemigrations heroku run python manage.py migrate