make_migrations.sh 89 Bytes
#!/bin/bash
#

python ../apps/manage.py makemigrations

python ../apps/manage.py migrate