[Answered ]-Django S3BotoStorage __init__ override error , "has no attribute 'rsplit'"

2👍

It looks like STATICFILES_STORAGE is expecting a string representing the module path:

STATICFILES_STORAGE='path.to.your.S3StaticStorage'

Leave a comment