How to set-up a Django project with django-storages and Amazon S3, but with different folders for static files and media files?
I’m configuring a Django project that were using the server filesystem for storing the apps static files (STATIC_ROOT) and user uploaded files (MEDIA_ROOT).