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.
20 lines
507 B
20 lines
507 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11.26 on 2019-12-09 22:26
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('galerie', '0007_obrazek_odstranen_datum'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='galerie',
|
|
name='poradi',
|
|
field=models.IntegerField(blank=True, default=0, verbose_name=b'Po\xc5\x99ad\xc3\xad'),
|
|
),
|
|
]
|
|
|