17 lines
		
	
	
	
		
			435 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			435 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated by Django 4.2.16 on 2024-11-02 19:45
 | |
| 
 | |
| from django.db import migrations
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('seminar', '0139_tvorba_post'),
 | |
|         ('odevzdavatko', '0007_odstrel_treenode_pre'),
 | |
|         ('personalni', '0016_odstrel_treenode_pre'),
 | |
|         ('tvorba', '0004_odstrel_treenode_pre'),
 | |
|         ('contenttypes', '0002_remove_content_type_name'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|     ]
 | 
