mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 17:48:41 +02:00
feat: add calendar as start page option
This commit is contained in:
@@ -27,6 +27,7 @@ class UserSettings(models.Model):
|
||||
YEARLY = "YEARLY_OVERVIEW", _("Yearly Overview")
|
||||
NETWORTH = "NETWORTH", _("Net Worth")
|
||||
ALL_TRANSACTIONS = "ALL_TRANSACTIONS", _("All Transactions")
|
||||
CALENDAR = "CALENDAR", _("Calendar")
|
||||
|
||||
user = models.OneToOneField(
|
||||
get_user_model(), on_delete=models.CASCADE, related_name="settings"
|
||||
|
||||
Reference in New Issue
Block a user