.
This commit is contained in:
@@ -190,6 +190,7 @@ class QuestionNote(models.Model):
|
||||
class CidUser(models.Model):
|
||||
cid = models.IntegerField(blank=True, null=True)
|
||||
passcode = models.CharField(blank=True, max_length=50)
|
||||
active = models.BinaryField(default=True)
|
||||
|
||||
def __str__(self) -> str:
|
||||
return str(self.cid)
|
||||
|
||||
Reference in New Issue
Block a user