from django.db import models class GenericTeamToken(models.Model): token = models.CharField(max_length=50, unique=True)