from otree.api import models class MyModel(models.Model): my_field = models.IntegerField() class Meta: extend_existing = True