Remove AWS_PRELOAD_METADATA

https://github.com/antonagestam/collectfast/pull/140
This commit is contained in:
Dani Hodovic 2019-08-25 14:08:28 +02:00
parent 383e3ae2f0
commit d4d8f1b5be
No known key found for this signature in database
GPG Key ID: 15433E10A71D1221

View File

@ -201,7 +201,6 @@ COMPRESS_URL = STATIC_URL{% if cookiecutter.use_whitenoise == 'y' or cookiecutte
# ------------------------------------------------------------------------------
# https://github.com/antonagestam/collectfast#installation
INSTALLED_APPS = ["collectfast"] + INSTALLED_APPS # noqa F405
AWS_PRELOAD_METADATA = True
{% endif %}
# LOGGING
# ------------------------------------------------------------------------------