Remove comment

This commit is contained in:
Bruno Alla 2023-07-14 20:12:45 +01:00
parent 8be900260b
commit ee655c3013
No known key found for this signature in database

View File

@ -135,8 +135,6 @@ STORAGES = {
}
{%- endif %}
# MEDIA_URL, STATIC_URL & COLLECTFAST_STRATEGY
# ------------------------------------------------------------------------------
{%- if cookiecutter.cloud_provider == 'AWS' %}
MEDIA_URL = f"https://{aws_s3_domain}/media/"
COLLECTFAST_STRATEGY = "collectfast.strategies.boto3.Boto3Strategy"