# -*- coding: utf-8 -*- # Generated by Django 1.11.2 on 2019-06-18 13:54 from __future__ import unicode_literals from django.db import migrations import otree.db.models class Migration(migrations.Migration): dependencies = [ ('ret_adding_A01', '0003_remove_player_total_payoff'), ] operations = [ migrations.AlterField( model_name='player', name='better_player', field=otree.db.models.StringField(max_length=10000, null=True, verbose_name="Thinking about the other participants in today's session of this experiment, who do you think will perform best in such a task?"), ), ]