Skip to content

Commit

Permalink
limit tenant set calls
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakdinesh1123 committed Aug 20, 2024
1 parent a846648 commit 3592bc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/zango/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@
AWS_MEDIA_STORAGE_LOCATION = "media" # Prefix added to all the files uploaded
AWS_STATIC_STORAGE_LOCATION = "static" # Prefix added to all the files uploaded

TENANT_LIMIT_SET_CALLS = True


def setup_settings(settings, BASE_DIR):
env = environ.Env(
Expand Down

0 comments on commit 3592bc7

Please sign in to comment.