Skip to content
Snippets Groups Projects
Select Git revision
  • 2288c5f954d190e91f9f41a834f69d529d9aa443
  • main default protected
  • renovate/django-bootstrap5-25.x
  • renovate/django-debug-toolbar-6.x
  • renovate/jsonschema-4.x
  • renovate/django-5.x
  • koma/feature/preference-polling-form
7 results

0049_interest_window.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0021_base_url.py 444 B
    # Generated by Django 2.2.6 on 2019-10-24 22:46
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0020_ak_unique'),
        ]
    
        operations = [
            migrations.AddField(
                model_name='event',
                name='base_url',
                field=models.URLField(blank=True, help_text='Prefix for wiki link construction', verbose_name='Base URL'),
            ),
        ]