From 622a6df7c0e274ca8fbb81429d5a373a2ef63665 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Wed, 20 Apr 2011 00:06:42 +0200 Subject: [PATCH] no need to load larger uploads into memory --- pandora/settings.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pandora/settings.py b/pandora/settings.py index e92ca72b0..60d9d0089 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -87,11 +87,6 @@ STATIC_URL = '/static/' # Examples: "http://foo.com/media/", "/media/". ADMIN_MEDIA_PREFIX = '/admin/media/' - -#max upload size, -#needs to be in line with setting in nginx/apache -FILE_UPLOAD_MAX_MEMORY_SIZE=32*1024*1024 - # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.Loader',