Skip to content
Snippets Groups Projects
Select Git revision
  • 76a955b1b86cfe35cabf64561c63de9b034c5a7f
  • main default protected
  • docker
  • feature-tracker
  • fix-api
  • feature-event-wizard
  • feature-akslides
  • fix-history-interest
  • feature-constraint-checking-wip
  • feature-constraint-checking
10 results

urls.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.
    0015_ak_present_field.py 444 B
    # Generated by Django 2.2.6 on 2019-10-18 12:55
    
    from django.db import migrations, models
    
    
    class Migration(migrations.Migration):
    
        dependencies = [
            ('AKModel', '0014_akcategory'),
        ]
    
        operations = [
            migrations.AddField(
                model_name='ak',
                name='present',
                field=models.BooleanField(help_text='Present results of this AK', null=True, verbose_name='Present this AK'),
            ),
        ]