aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/settings.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/settings.py.example')
-rw-r--r--bn_django/settings.py.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bn_django/settings.py.example b/bn_django/settings.py.example
index 6ce8f3f..5a44c81 100644
--- a/bn_django/settings.py.example
+++ b/bn_django/settings.py.example
@@ -87,3 +87,6 @@ INSTALLED_APPS = (
'bn_django.git_browse',
'bn_django.journal',
)
+
+#Don't have much memory, so never use MemoryFileUploadHandler
+FILE_UPLOAD_HANDLERS = ("django.core.files.uploadhandler.TemporaryFileUploadHandler", )