There are s3 from yandex cloud https://cloud.yandex.com/docs/storage/tools/?utm_source=console&utm_medium=empty-page&utm_campaign=storage
How kan I configure django to use it ?
There are s3 from yandex cloud https://cloud.yandex.com/docs/storage/tools/?utm_source=console&utm_medium=empty-page&utm_campaign=storage
How kan I configure django to use it ?
Copyright © 2021 Jogjafile Inc.
I) Install
boto3anddjango-storageslibs.II) Add
yandex_s3_storage.pyfile with the code below:III) Add the code below to
settings.py:IV) Add a file field to your model: