Remove Collectfast from requirements

This commit is contained in:
Dustin Pianalto 2020-04-25 22:19:20 -08:00
parent 11b56c489f
commit c2d734380e

View File

@ -105,8 +105,8 @@ ANYMAIL = {
# Collectfast # Collectfast
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# https://github.com/antonagestam/collectfast#installation # https://github.com/antonagestam/collectfast#installation
INSTALLED_APPS = ["collectfast"] + INSTALLED_APPS # noqa F405 # INSTALLED_APPS = ["collectfast"] + INSTALLED_APPS # noqa F405
AWS_PRELOAD_METADATA = True # AWS_PRELOAD_METADATA = True
# LOGGING # LOGGING
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------