Skip to content
Snippets Groups Projects
Select Git revision
  • 649e5cb8740e6b9bcc15c7747c99923cf7fa8f7f
  • master default protected
  • v5
3 results

last_state.js

Blame
  • 0015_alter_homepage_options.py 393 B
    # Generated by Django 4.2.4 on 2023-08-12 15:36
    
    from django.db import migrations
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ("home", "0014_alter_homepage_academic_council_description_and_more"),
        ]
    
        operations = [
            migrations.AlterModelOptions(
                name="homepage",
                options={"verbose_name": "Domovská stránka"},
            ),
        ]