Skip to content
h0pbeat edited this page Jun 5, 2013 · 1 revision

Module for managing accounts in the service.

models

class Participant(models.Model):
        user = models.OneToOneField(User)
        status = models.CharField(max_length=100, blank=True)

Clone this wiki locally