From 1ad0312b086b0286b81322252991c855deca554e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 20 Dec 2021 19:42:56 +0100 Subject: Syndication - filter field on sheet (bis) --- example_project/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index b98158b10..89964fe7e 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -290,6 +290,7 @@ ISHTAR_DPTS = [] MAX_ATTEMPTS = 1 # django background tasks MAX_UPLOAD_SIZE = 100 # in Mo +DATA_UPLOAD_MAX_NUMBER_FIELDS = 10240 # path to the "dot" program to generate graph DOT_BINARY = "/usr/bin/dot" -- cgit v1.2.3