From 584ace11a2a4fe6da2659c2b415e668b990df072 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 11 May 2016 13:12:50 +0200 Subject: [PATCH] increase upload size limit --- app/local_settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/local_settings.py b/app/local_settings.py index f5a01413..416cef84 100644 --- a/app/local_settings.py +++ b/app/local_settings.py @@ -113,3 +113,5 @@ HOME_FEATURED_ID = 1 BREAKING_NEWS_FEATURED_ID = 4 BLOG_POST_PER_PAGE = 200 + +FILEBROWSER_MAX_UPLOAD_SIZE = 512000000 -- 2.39.5