|
@ -6,6 +6,7 @@ from django.db import migrations |
|
|
class Migration(migrations.Migration): |
|
|
class Migration(migrations.Migration): |
|
|
|
|
|
|
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
|
|
|
('personalni', '0006_pre_split_soustredeni'), |
|
|
('soustredeni', '0003_post_split_soustredeni'), |
|
|
('soustredeni', '0003_post_split_soustredeni'), |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|