summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py2
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 = ""