cookiecutter/cookiecutter-django

Add Digital Ocean spaces as storage option

Open

Aperta il 27 nov 2018

Vedi su GitHub
 (8 commenti) (2 reazioni) (0 assegnatari)Python (10.896 star) (2713 fork)batch import
enhancementhacktoberfesthelp wanted

Descrizione

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)

Guida contributor