/
🖥️

Don't migrate database on Heroku

First: add below line to the top of Procfile

procfile
release: python manage.py migrate

Second: upload migrations folder with your code (remove from .gitignore file)

logo
Hi Mohsen save your notes