From 00f5259f1358cd75d092c1c8486973e429b37fb9 Mon Sep 17 00:00:00 2001 From: Simon Caminada Date: Mon, 20 Apr 2020 10:25:03 +0200 Subject: [PATCH] DATA_UPLOAD_MAX_MEMORY_SIZE --- settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.py b/settings.py index 89a17d1..c0c6107 100644 --- a/settings.py +++ b/settings.py @@ -243,3 +243,5 @@ if not DEBUG: 'www.tagesschule-elementa.ch', 'tagesschule.mprofiag.ch', ] + +DATA_UPLOAD_MAX_MEMORY_SIZE = 1024 * 1024 * 1024