Skip to content

Commit

Permalink
update config if location filter options [CPCN-935]
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Nov 13, 2024
1 parent e002ab6 commit 373ddf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,3 +428,8 @@
]

COVERAGE_REQUEST_EMAIL_CC_CURRENT_USER = True

CALENDAR_LOCATIONS_FILTER_OPTIONS = {
"city": False,
"place": False,
}

0 comments on commit 373ddf8

Please sign in to comment.