make_migrations.sh 141 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 #!/bin/bash # python3 ../apps/manage.py makemigrations python3 ../apps/manage.py migrate python3 ../apps/manage.py makemigrations --merge