diff --git a/geeksbot_web/config/settings/production.py b/geeksbot_web/config/settings/production.py index 6698ac7..671c72d 100644 --- a/geeksbot_web/config/settings/production.py +++ b/geeksbot_web/config/settings/production.py @@ -105,8 +105,8 @@ ANYMAIL = { # Collectfast # ------------------------------------------------------------------------------ # https://github.com/antonagestam/collectfast#installation -INSTALLED_APPS = ["collectfast"] + INSTALLED_APPS # noqa F405 -AWS_PRELOAD_METADATA = True +# INSTALLED_APPS = ["collectfast"] + INSTALLED_APPS # noqa F405 +# AWS_PRELOAD_METADATA = True # LOGGING # ------------------------------------------------------------------------------