Basic Commad - PythonDeveloperNotes/heroku GitHub Wiki

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