# Generated by Django 3.1.1 on 2020-09-22 16:21 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('participation', '0001_initial'), ] operations = [ migrations.AddField( model_name='team', name='grant_animath_access_videos', field=models.BooleanField(default=False, help_text='Give the authorisation to publish the video on the main website to promote the action.', verbose_name='Grant Animath to publish my video'), ), ]