Remove Collectfast from requirements

This commit is contained in:
Dustin Pianalto
2020-04-25 22:19:20 -08:00
parent 11b56c489f
commit c2d734380e
+2 -2
View File
@@ -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
# ------------------------------------------------------------------------------