Web M&M
https://mam.matfyz.cz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
426 B
18 lines
426 B
# Generated by Django 3.2.22 on 2023-10-16 17:51
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('sifrovacka', '0002_auto_20231015_1944'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='odpoveducastnika',
|
|
name='uspech',
|
|
field=models.BooleanField(default=False, verbose_name='Úspěch'),
|
|
),
|
|
]
|
|
|