Skip to content
Snippets Groups Projects
Select Git revision
  • 7bd81119ff5fb939f98055545297260d83983866
  • main default protected
  • renovate/jsonschema-4.x
  • renovate/django-5.x
  • koma/feature/preference-polling-form
5 results

0039_event_wiki_template_name.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0039_event_wiki_template_name.py 451 B
    # Generated by Django 3.0.6 on 2020-09-29 22:16
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0038_akorgamessage'),
        ]
    
        operations = [
            migrations.AddField(
                model_name='event',
                name='wiki_export_template_name',
                field=models.CharField(blank=True, max_length=50, verbose_name='Wiki Export Template Name'),
            ),
        ]