From c2d734380e2cbf5f5b08b2ee253573507ff392a9 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Sat, 25 Apr 2020 22:19:20 -0800 Subject: [PATCH] Remove Collectfast from requirements --- geeksbot_web/config/settings/production.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # ------------------------------------------------------------------------------