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
439 B
18 lines
439 B
# Generated by Django 2.2.9 on 2020-02-28 19:10
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('seminar', '0074_auto_20200228_1401'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='hodnoceni',
|
|
name='body',
|
|
field=models.DecimalField(decimal_places=1, max_digits=8, null=True, verbose_name='body'),
|
|
),
|
|
]
|
|
|