Skip to content

Commit

Permalink
default to only 30 days of data
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Nov 12, 2024
1 parent 08a6f31 commit 6b18685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commcare_connect/reports/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def __init__(self, *args, **kwargs):

# Set default dates
today = date.today()
default_from = today - timedelta(days=90)
default_from = today - timedelta(days=30)

# Set the default values
self.data["to_date"] = today.strftime("%Y-%m-%d")
Expand Down

0 comments on commit 6b18685

Please sign in to comment.