rest_mig.sh 119 Bytes Raw Blame History Permalink 1 2 3 4 5 #!/bin/bash rm -f db.sqlite3 rm -r restful/migrations python manage.py makemigrations restful python manage.py migrate