Revert "feat!: upgrading django-storages to 1.10.1 (#32571)" (#33109)

This reverts commit 9281ea4a9a.
This commit is contained in:
Awais Qureshi
2023-08-28 14:05:38 +05:00
committed by GitHub
parent 07de29f721
commit 191b825a2c
12 changed files with 23 additions and 22 deletions

View File

@@ -303,9 +303,9 @@ VIDEO_IMAGE_SETTINGS = dict(
VIDEO_IMAGE_MIN_BYTES=2 * 1024, # 2 KB
STORAGE_KWARGS=dict(
location=MEDIA_ROOT,
base_url=MEDIA_URL,
),
DIRECTORY_PREFIX='video-images/',
BASE_URL=MEDIA_URL,
)
VIDEO_IMAGE_DEFAULT_FILENAME = 'default_video_image.png'