We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Module for managing accounts in the service.
class Participant(models.Model): user = models.OneToOneField(User) status = models.CharField(max_length=100, blank=True)
There was an error while loading. Please reload this page.