Skip to content
Snippets Groups Projects
Select Git revision
  • dd92bd762992371db5906ddbbdf0a940468bb40b
  • main default protected
  • fix-attendance-of-old-json
  • renovate/pnpm-10.x
  • renovate/vitest-3.x-lockfile
  • renovate/prettier-3.x-lockfile
  • renovate/node-22.x-lockfile
  • renovate/esbuild-0.x-lockfile
  • only-show-current-attendance-by-default
  • renovate/node-24.x
  • renovate/bootstrap-5.x
  • feat/prettier-attendence-sum
  • local-test
  • show_missing
  • feat/show-which-resolutions-are-void
  • cedric-hates-this
16 results

rendering.ts

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    0023_event_default_slot.py 609 B
    # Generated by Django 2.2.6 on 2019-10-25 13:15
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
        dependencies = [
            ('AKModel', '0022_remove_akowner_email'),
        ]
    
        operations = [
            migrations.AddField(
                model_name='event',
                name='default_slot',
                field=models.DecimalField(decimal_places=2, default=2,
                                          help_text='Default length in hours that is assumed for AKs in this event.',
                                          max_digits=4, verbose_name='Default Slot Length'),
            ),
        ]