Commit 3770b4df494b9509b91fd740cd7121f283a5ddd0
1 parent
092b3a27
Exists in
master
and in
39 other branches
Setting attachments path
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/colab/custom_settings.py
... | ... | @@ -21,7 +21,7 @@ DJANGO_DATE_FORMAT_TO_JS = { |
21 | 21 | LANGUAGE_CODE = 'pt-br' |
22 | 22 | |
23 | 23 | # The absolute path to the folder containing the attachments |
24 | -ATTACHMENTS_FOLDER_PATH = '' | |
24 | +ATTACHMENTS_FOLDER_PATH = '/home/colab/trac/attachments/' | |
25 | 25 | |
26 | 26 | # ORDERING_DATA receives the options to order for as it's keys and a dict as |
27 | 27 | # value, if you want to order for the last name, you can use something like: | ... | ... |