Skip to content
Snippets Groups Projects
Commit 762ef4b1 authored by Ondrej Rehounek's avatar Ondrej Rehounek Committed by jan.bednarik
Browse files

region: Jekyll import for region module as well

parent a82e4eca
No related branches found
No related tags found
2 merge requests!442Release,!432Feature/majak imports
# Generated by Django 4.0.3 on 2022-04-03 08:03
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("region", "0023_regionhomepage_footperson_coord_title_and_more"),
]
operations = [
migrations.AddField(
model_name="regionarticlespage",
name="last_import_log",
field=models.TextField(
blank=True, null=True, verbose_name="Výstup z posledního importu"
),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment