Roberto Rosario
|
d7ecdac6b0
|
Fix PEP8 warnings.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2018-04-06 01:26:06 -04:00 |
|
Michael Price
|
1076d5f1ff
|
Remove the setting STORAGE_FILESTORAGE_LOCATION. Document storage location for the storage.backend.filebasedstorage.FileBasedStorage backdend must now passed via the DOCUMENTS_STORAGE_BACKEND_ARGUMENTS, DOCUMENTS_CACHE_STORAGE_BACKEND_ARGUMENTS, or SIGNATURES_STORAGE_BACKEND_ARGUMENTS if the backend is used to documents, the document image cache and/or document signatures. Use DOCUMENTS_STORAGE_BACKEND_ARGUMENTS = '{ location: <specific_path> }' If no path is specified the backend will default to 'mayan/media/document_storage'.
Signed-off-by: Michael Price <loneviking72@gmail.com>
|
2018-04-03 02:27:56 -04:00 |
|
Roberto Rosario
|
6e3d99670c
|
Complete conversion of download views to CBV views using django-downloadview.
This also removes dependency on the filetransfers library.
|
2016-10-31 01:00:35 -04:00 |
|
Roberto Rosario
|
d59ea3ede2
|
Add from __future__ import unicode_literals, issue #37
|
2015-01-19 04:06:40 -04:00 |
|
Roberto Rosario
|
b761037d99
|
Move all settings files from <app>/conf/settings.py to <app>/settings.py
|
2014-09-11 05:02:40 -04:00 |
|
Roberto Rosario
|
a39d04e9c2
|
Add proof of concept compressed document storage backend
|
2014-07-03 01:36:57 -04:00 |
|