cookiecutter/cookiecutter-django
在 GitHub 查看Add Digital Ocean spaces as storage option
Open
#1,878 创建于 2018年11月27日
enhancementhacktoberfesthelp wanted
仓库指标
- Star
- (10,896 star)
- PR 合并指标
- (平均合并 16小时 37分钟) (30 天内合并 59 个 PR)
描述
Description
those who do not use AWS s3 but use Digitalocean spaces have trouble deploying static and media, the configurations are a little different.
Solution
AWS_S3_ENDPOINT_URL = env(DJANGO_AWS_S3_ENDPOINT_URL)
AWS_LOCATION = env(DJANGO_AWS_LOCATION)