diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-12-20 19:42:56 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:20:59 +0100 |
commit | c6c1f8dc49f9091053c196ec671a614062a6c3bc (patch) | |
tree | 93745734f124e3793a7a8a4fbc9845f05062f637 /example_project | |
parent | 2111c50f9ac78b2fc18c42cbbe723de803ba6c90 (diff) | |
download | Ishtar-c6c1f8dc49f9091053c196ec671a614062a6c3bc.tar.bz2 Ishtar-c6c1f8dc49f9091053c196ec671a614062a6c3bc.zip |
Syndication - filter field on sheet (bis)
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
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" |