From 9804a9f0c68b8e2fa7d2f6b8ce289f40df8a87d3 Mon Sep 17 00:00:00 2001 From: Harpo Harbert Date: Tue, 19 Nov 2024 07:59:08 -0800 Subject: [PATCH] Removes default API limit --- ov_wag/settings/base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ov_wag/settings/base.py b/ov_wag/settings/base.py index 97b3bbf..99f8217 100644 --- a/ov_wag/settings/base.py +++ b/ov_wag/settings/base.py @@ -219,6 +219,9 @@ 'CLIENT_URLS': {'default': os.environ.get('OV_PREVIEW_URL')}, } +# TODO: Set this to a real limit once we create pagination for the frontend endpoints +WAGTAILAPI_LIMIT_MAX = None + # OIDC Provider settings SITE_ID = 1 AUTHENTICATION_BACKENDS = [