Skip to content
Snippets Groups Projects
Select Git revision
  • fdf6768279c293b8857ed52a15d65dac3dfddc6e
  • master default protected
  • 2.0.0-alpha-11
  • 2.0.0-alpha-10
  • 2.0.0-alpha-9
  • 2.0.0-alpha-8
  • 2.0.0-alpha-7
  • 2.0.0-alpha-6
  • 2.0.0-alpha-5
  • 2.0.0-alpha-4
  • 2.0.0-alpha-3
  • 2.0.0-alpha-2
  • 2.0.0-alpha-1
  • 1.8.0
  • 1.7.0
  • 1.6.4
  • 1.6.3
  • 1.6.2
  • 1.6.1
  • 1.6.0
  • 1.5.5
  • 1.5.4
22 results

patternlab-config.json

Blame
  • Forked from TO / Weby / ui-styleguide
    Source project has a limited visibility.
    0025_auto_20211119_1708.py 885 B
    # Generated by Django 3.2.8 on 2021-11-19 16:08
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ("district", "0024_alter_districtelectionpointpage_list_image"),
        ]
    
        operations = [
            migrations.AddField(
                model_name="districthomepage",
                name="election_countdown_datetime",
                field=models.DateTimeField(
                    blank=True,
                    help_text="Pro skrytí nechte nevyplněné",
                    null=True,
                    verbose_name="Datum a čas pro odpočet do voleb",
                ),
            ),
            migrations.AddField(
                model_name="districthomepage",
                name="show_calendar_on_hp",
                field=models.BooleanField(
                    default=True, verbose_name="Zobrazit kalendář dole na homepage"
                ),
            ),
        ]