From 3770b4df494b9509b91fd740cd7121f283a5ddd0 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 29 Oct 2013 16:24:40 -0200 Subject: [PATCH] Setting attachments path --- src/colab/custom_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index cdf1323..95552b8 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -21,7 +21,7 @@ DJANGO_DATE_FORMAT_TO_JS = { LANGUAGE_CODE = 'pt-br' # The absolute path to the folder containing the attachments -ATTACHMENTS_FOLDER_PATH = '' +ATTACHMENTS_FOLDER_PATH = '/home/colab/trac/attachments/' # ORDERING_DATA receives the options to order for as it's keys and a dict as # value, if you want to order for the last name, you can use something like: -- libgit2 0.21.2