2024-05-21 21:33:25 +02:00
|
|
|
# Generated by Django 4.2.11 on 2024-04-30 21:53
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2024-05-21 21:35:06 +02:00
|
|
|
('personalni', '0006_pre_split_soustredeni'),
|
2024-05-21 21:33:25 +02:00
|
|
|
('soustredeni', '0003_post_split_soustredeni'),
|
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
]
|