diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index d95c953..00823f4 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -21,7 +21,7 @@ DJANGO_DATE_FORMAT_TO_JS = { LANGUAGE_CODE = 'en' # The absolute path to the folder containing the attachments -ATTACHMENTS_FOLDER_PATH = '/home/colab/trac/attachments/' +ATTACHMENTS_FOLDER_PATH = '/mnt/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