This commit is contained in:
Ross
2021-12-11 22:29:41 +00:00
parent 3d9c019bdc
commit c621e316cf
6 changed files with 72 additions and 45 deletions
+1
View File
@@ -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)