This commit is contained in:
Ross
2021-02-15 10:38:18 +00:00
parent b234a93d66
commit 1bdf62062f
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -39,6 +39,7 @@ INSTALLED_APPS = [
"django_tables2",
"django_filters",
"easy_thumbnails",
"easy_thumbnails",
"filer",
"mptt",
"sortedm2m",
@@ -203,6 +204,8 @@ THUMBNAIL_SOURCE_GENERATORS = ('easy_thumbnails.source_generators.pil_image', 'h
DBBACKUP_STORAGE = 'django.core.files.storage.FileSystemStorage'
DBBACKUP_STORAGE_OPTIONS = {'location': os.path.join(BASE_DIR, '../backups')}
DEFAULT_FILE_STORAGE = 'django_hashedfilenamestorage.storage.HashedFilenameFileSystemStorage'
try:
from .settings_local import *
except ImportError:
+1
View File
@@ -16,3 +16,4 @@ pytesseract
opencv-python
pydicom
django-dbbackup
django-hashedfilenamestorage