Skip to content
Snippets Groups Projects
Select Git revision
  • fc84b04a9daec80cf5f3c22401b5441b882e6a6f
  • main default protected
  • feature/export-filtering
  • feature/clear-schedule-button
  • fix/responsive-cols-in-polls
  • feature/preference-polling-form
  • feature/json-export-via-rest-framework
  • feature/json-schedule-import-tests
  • fix/add-room-import-only-once
  • ak-import
  • renovate/django-simple-history-3.x
  • renovate/django-debug-toolbar-4.x
  • renovate/django-5.x
  • renovate/mysqlclient-2.x
14 results

0024_event_dependencies.py

Blame
  • Forked from KIF / AKPlanning
    Source project has a limited visibility.
    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'),
            ),
        ]