DATA_UPLOAD_MAX_MEMORY_SIZE

This commit is contained in:
2020-04-20 10:25:03 +02:00
parent 2c76d3e74f
commit 00f5259f13

View File

@@ -243,3 +243,5 @@ if not DEBUG:
'www.tagesschule-elementa.ch',
'tagesschule.mprofiag.ch',
]
DATA_UPLOAD_MAX_MEMORY_SIZE = 1024 * 1024 * 1024