diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-16 20:09:34 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-16 20:09:34 +0100 | 
| commit | 12f422fd95e3b5d6228f220c67ae2a203898007c (patch) | |
| tree | 75b2bf05b5896ce960165a28b9b23b4f18a593c0 /example_project/settings.py | |
| parent | 696671dea6b284eea36affd473d9f036de4db71f (diff) | |
| download | Ishtar-12f422fd95e3b5d6228f220c67ae2a203898007c.tar.bz2 Ishtar-12f422fd95e3b5d6228f220c67ae2a203898007c.zip | |
Indication of the maximum file size in help for file fields
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 = "" | 
