mamweb/split-apps-meta/pre.sh

4 lines
135 B
Bash
Raw Permalink Normal View History

for app in whatever I want; do
./manage.py makemigrations --empty $app
vim seminar/migrations/whatever.py # add the other as depends.