migrations.AddField(
            model_name='block',
            name='access_guest',
            field=models.BooleanField(default=False, help_text='Check it to grant access to this item to guests only.', db_index=True, verbose_name='Guests only'),