Custom per-object Permission System in Django

Almost all of the apps out there have some concept of authenticating and authorizing users in their system. In this blog post, we will look at how you can implement per-object authorization in Django....

May 27, 2021 · 3 min · Akash Mishra (@tucosaurus)

Full-Text Search PostgreSQL or ElasticSearch

In this article, I’m documenting some of my findings when implementing Full-Text Search (FTS) in PostgreSQL (using Django ORM) and ElasticSearch. As a Django developer, I started looking into available options to perform a Full-Text search over a standard size of around a million rows....

May 16, 2021 · 3 min · Mayank Jain

Becoming a Multilingual Super Hero in Django Part 3

If you haven’t read through Part 1 and Part 2 of the series to become a Multilingual Super Hero in Django, I highly encourage you to do that before reading this part of the series....

June 14, 2019 · 6 min · Sanyam Khurana

Becoming a Multilingual Super Hero in Django Part 2

In the previous post, we did a basic setup of our Django based project to help us on our path for becoming a multilingual Super Hero by setting up the internationalization and localization machinery....

August 20, 2018 · 7 min · Sanyam Khurana

Becoming a Multilingual Super Hero in Django Part 1

Imagine! You’ve got this awesome app served by a RESTful API through Django/DRF and suddenly a requirement comes in: We want this app and CMS (admin panel) in Chinese or...

July 9, 2018 · 5 min · Sanyam Khurana