restore this field to make migrations easier
parent
9373589c52
commit
a2af7c5c96
|
@ -58,6 +58,7 @@ class Townie(User):
|
|||
)
|
||||
shell = CharField(max_length=50, default="/bin/bash")
|
||||
state = CharField(max_length=20, choices=STATE_CHOICES, default=UNREVIEWED)
|
||||
reviewed = BooleanField(default=False)
|
||||
reasons = TextField(blank=True, null=False, default='')
|
||||
plans = TextField(blank=True, null=False, default='')
|
||||
socials = TextField(blank=True, null=False, default='')
|
||||
|
|
Loading…
Reference in New Issue