Tagged “Django”
May 24, 2021
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.
Mar 16, 2021
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.
Feb 25, 2021
Full Fledged CRUD application using DRF and Token Authentication
How to perform Create, Read, Update and Delete operations in Django Rest Framework