Django

How to Upload Multiple Geotagged Images in Django

we look into how to upload multiple geo-tagged/non-geotagged images to aws s3 using plain Django and postgresql as databbase.

Django rest framework PDF creation and email via gmail SMTP and reportLab

In this blog we create PDF using `Report Lab` and email it to the user using gmail SMTP service. All actions are performed in Django.

Full Fledged CRUD application using DRF and Token Authentication

How to perform Create, Read, Update and Delete operations in Django Rest Framework