Přidávám (si) poznámky o tom, jak se to bastlí :-)

This commit is contained in:
Pavel 'LEdoian' Turinsky 2024-03-12 21:30:58 +01:00
parent 7a34fced0a
commit ae8040fb04
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('APP', 'MIGR'),
]
operations = []

3
split-apps-meta/pre.sh Normal file
View file

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