14 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			288 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated by Django 4.2.11 on 2024-05-01 13:35
 | |
| 
 | |
| from django.db import migrations
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('seminar', '0124_remove_sous_from_seminar'),
 | |
|         ('soustredeni', '0003_post_split_soustredeni'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|     ]
 | 
