restore this field to make migrations easier

admin-improvements
Nate Smith 2019-07-15 20:48:05 -05:00
parent 9373589c52
commit a2af7c5c96
1 changed files with 1 additions and 0 deletions

View File

@ -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='')