Split Apps: oddělení personálních modelů #43

Merged
ledoian merged 48 commits from split-apps into master 2024-04-30 23:48:36 +02:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit ae8040fb04 - Show all commits

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.