Add summary_keys JSONField for the user
This commit is contained in:
parent
ce9c6f1727
commit
24b0e086e7
2 changed files with 20 additions and 0 deletions
|
@ -148,6 +148,8 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
size=8,
|
||||
default=get_feed_filter_choices,
|
||||
)
|
||||
# annual summary keys
|
||||
summary_keys = models.JSONField(null=True)
|
||||
|
||||
preferred_timezone = models.CharField(
|
||||
choices=[(str(tz), str(tz)) for tz in pytz.all_timezones],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue