cookiecutter/cookiecutter-django

Add Digital Ocean spaces as storage option

Open

#1,878 建立於 2018年11月27日

在 GitHub 查看
 (8 留言) (2 反應) (0 負責人)Python (10,896 star) (2,713 fork)batch import
enhancementhacktoberfesthelp wanted

描述

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)

貢獻者指南

Add Digital Ocean spaces as storage option · cookiecutter/cookiecutter-django#1878 | Good First Issue