Skip to content

Commit 20986e3

Browse files
committed
fixing path?
1 parent 6adf476 commit 20986e3

File tree

1 file changed

+2
-2
lines changed
  • museum_of_dreams_project/settings

1 file changed

+2
-2
lines changed

museum_of_dreams_project/settings/aws.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
AWS_QUERYSTRING_AUTH = False # needed by grappelli to work with s3
3030

3131

32-
DEFAULT_FILE_STORAGE = "static.MediaStorage"
33-
STATICFILES_STORAGE = "static.StaticStorage"
32+
DEFAULT_FILE_STORAGE = "settings.static.MediaStorage"
33+
STATICFILES_STORAGE = "settings.static.StaticStorage"
3434

3535
AWS_ACCESS_KEY_ID = os.environ["AWS_ACCESS_KEY_ID"]
3636
AWS_SECRET_ACCESS_KEY = os.environ["AWS_SECRET_ACCESS_KEY"]

0 commit comments

Comments
 (0)