Remove comment

This commit is contained in:
Bruno Alla 2023-07-14 20:12:45 +01:00 committed by Manan Bhavsar
parent cf73cb62a3
commit c15e6d7412

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"