How To Store and Serve Private Media Files in Django

In this blog post we will see how to use AWS S3 to store and serve private media files in django. S3 provides a layer of security by making object private and accessible to those with the valid presigned url.

September 14, 2023 · 3 min · Vivek Shukla

How To Store Django Static and Media Files in AWS S3

In this guide we will use django-storages package to manage our static and media files. Let’s walkthrough the whole process on how to store django static and media files in aws s3.

September 6, 2023 · 4 min · Vivek Shukla

How To: Django Rest Framework File Upload API

Uploading file via API is a very common requirement. In this guide we will learn to build Django Rest Framework File Upload API.

June 21, 2023 · 4 min · Vivek Shukla