I put some teams in my models.py in this way:
models.py
class Account(AbstractBaseUser): TEAM = ((\'python\', \'python\'), (\'php\', \'php\')) ...