How to set up AWS S3 in Django?
In Django, we can use AWS S3 for two common things:
For user uploaded files/images
For Django static files
Before we cover both the use cases, let’s install a third party package, we’ll be using this third party package named django-storages in thi...
blog.devjunction.in1 min read