cookiecutter/cookiecutter-django
GitHub で見るAdd Digital Ocean spaces as storage option
Open
#1,878 opened on 2018年11月27日
enhancementhacktoberfesthelp wanted
Repository metrics
- Stars
- (10,896 stars)
- PR merge metrics
- (平均マージ 16h 37m) (30d で 59 merged PRs)
説明
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)