18 lines
		
	
	
	
		
			510 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			510 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Generated by Django 2.2.17 on 2020-12-01 19:53
 | |
| 
 | |
| from django.db import migrations, models
 | |
| 
 | |
| 
 | |
| class Migration(migrations.Migration):
 | |
| 
 | |
|     dependencies = [
 | |
|         ('seminar', '0090_auto_20201110_1958'),
 | |
|     ]
 | |
| 
 | |
|     operations = [
 | |
|         migrations.AddField(
 | |
|             model_name='resitel',
 | |
|             name='zasilat_cislo_emailem',
 | |
|             field=models.BooleanField(default=False, help_text='True pokud chce řešitel dostávat číslo emailem', verbose_name='zasílat číslo emailem'),
 | |
|         ),
 | |
|     ]
 | 
