mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-28 05:23:59 +00:00
Remove AWS_PRELOAD_METADATA
https://github.com/antonagestam/collectfast/pull/140
This commit is contained in:
parent
383e3ae2f0
commit
d4d8f1b5be
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue