Skip to content
Snippets Groups Projects
Select Git revision
  • 56bacb639ec17e3b0224cf7d80ee20d5f242c627
  • main default protected
2 results

GameUtils.java

Blame
  • Forked from FOSS-AG / Events / HackaTRON / HackaTron Wrapper
    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'),
            ),
        ]