Skip to content

Commit 762171d

Browse files
committed
not doing strings
1 parent 41391cd commit 762171d

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
@@ -30,8 +30,8 @@
3030
AWS_QUERYSTRING_AUTH = False # needed by grappelli to work with s3
3131

3232

33-
DEFAULT_FILE_STORAGE = "MediaStorage"
34-
STATICFILES_STORAGE = "StaticStorage"
33+
DEFAULT_FILE_STORAGE = MediaStorage
34+
STATICFILES_STORAGE = StaticStorage
3535

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

0 commit comments

Comments
 (0)