Skip to content

Commit

Permalink
fix black formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Parbhat committed Sep 2, 2019
1 parent acccdd6 commit a3cb631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ class MediaRootS3Boto3Storage(S3Boto3Storage):
# https://django-compressor.readthedocs.io/en/latest/settings/#django.conf.settings.COMPRESS_STORAGE
COMPRESS_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
# https://django-compressor.readthedocs.io/en/latest/settings/#django.conf.settings.COMPRESS_URL
COMPRESS_URL = STATIC_URL{% if cookiecutter.use_whitenoise == 'y' or cookiecutter.cloud_provider == 'None' %} # noqa F405{% endif %}
COMPRESS_URL = STATIC_URL {% if cookiecutter.use_whitenoise == 'y' or cookiecutter.cloud_provider == 'None' %}# noqa F405{% endif %}

{%- if cookiecutter.use_whitenoise == 'n' -%}
# Collectfast
Expand Down

0 comments on commit a3cb631

Please sign in to comment.