Lets users opt in to directory
This commit is contained in:
parent
e94a5032fc
commit
16994908d8
2 changed files with 20 additions and 0 deletions
|
@ -103,6 +103,7 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
last_active_date = models.DateTimeField(auto_now=True)
|
||||
manually_approves_followers = fields.BooleanField(default=False)
|
||||
show_goal = models.BooleanField(default=True)
|
||||
show_in_directory = models.BooleanField(default=False)
|
||||
|
||||
name_field = "username"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue