From 12f422fd95e3b5d6228f220c67ae2a203898007c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 16 Jan 2019 20:09:34 +0100 Subject: Indication of the maximum file size in help for file fields --- example_project/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 89df18c2a..0fb4a22da 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -260,6 +260,8 @@ ISHTAR_DPTS = [] MAX_ATTEMPTS = 1 # django background tasks +MAX_UPLOAD_SIZE = 100 # in Mo + # if you want to generate relation graph provide the path to the "dot" program DOT_BINARY = "" -- cgit v1.2.3