File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
88
# STATIC
89
89
# ------------------------
90
90
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
91
- COLLECTFAST_STRATEGY = "collectfast.strategies.boto3.Boto3Strategy"
92
- STATIC_URL = f"https://{ aws_s3_domain } /static/"
91
+ # COLLECTFAST_STRATEGY = "collectfast.strategies.boto3.Boto3Strategy"
92
+ # STATIC_URL = f"https://{aws_s3_domain}/static/"
93
93
# MEDIA
94
94
# ------------------------------------------------------------------------------
95
95
DEFAULT_FILE_STORAGE = "course_api.utils.storages.MediaRootS3Boto3Storage"
96
96
MEDIA_URL = f"https://{ aws_s3_domain } /media/"
97
-
97
+
98
98
# EMAIL
99
99
# ------------------------------------------------------------------------------
100
100
# https://docs.djangoproject.com/en/dev/ref/settings/#default-from-email
139
139
# Collectfast
140
140
# ------------------------------------------------------------------------------
141
141
# https://github.com/antonagestam/collectfast#installation
142
- INSTALLED_APPS = ["collectfast" ] + INSTALLED_APPS # noqa F405
142
+ # INSTALLED_APPS = ["collectfast"] + INSTALLED_APPS # noqa F405
143
143
144
144
# LOGGING
145
145
# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments