diff --git a/ais/local/settings.py b/ais/local/settings.py index 30dfa7322..7dadefb42 100644 --- a/ais/local/settings.py +++ b/ais/local/settings.py @@ -26,6 +26,3 @@ # restarting the server. Again, this is a serious security flaw # if used in production! SECRET_KEY = "..............¯\_(ツ)_/¯..............." - -# todo: Remove after setting production environment in production (2023) -DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"