Skip to content

Commit b1d207c

Browse files
committed
clean slate
1 parent aee4255 commit b1d207c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

csm_web/csm_web/settings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,12 @@
177177
AWS_S3_VERIFY = True
178178
AWS_QUERYSTRING_AUTH = False # public bucket
179179
DEFAULT_FILE_STORAGE = "storages.backends.s3boto3.S3Boto3Storage"
180-
PROFILE_IMAGE_STORAGE = "csm_web.settings.ProfileImageStorage"
180+
181181

182182
# Static files (CSS, JavaScript, Images)
183183
# https://docs.djangoproject.com/en/2.1/howto/static-files/
184184

185185
STATIC_URL = "/static/"
186-
# Do I need this?
187-
# MEDIA_URL = "/media/"
188186

189187

190188
# xTODO: make sure this actually works

0 commit comments

Comments
 (0)