In this tutorial, we will be setting up a pre-computed database index using database triggers to speed-up Postgres Full-Text Search in Django.
To avoid the computation of tsvector using SearchVector on the fly, we can pre-compute the result in an indexed column....
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....
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....
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...