mamweb/split-apps-meta/pre.sh
2024-03-12 21:30:58 +01:00

3 lines
135 B
Bash

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