Skip to content

Basic Commad

Zhamri Che Ani edited this page May 2, 2021 · 1 revision
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

Clone this wiki locally