Tuples filter on multi columns with Django ORM
Introduction As a daily Django developer, I often run into the need to filter on multiple columns with a tuple of values. For a long time, there was no built-in support in Django ORM for this use ...
Introduction As a daily Django developer, I often run into the need to filter on multiple columns with a tuple of values. For a long time, there was no built-in support in Django ORM for this use ...
Introduction Dotfiles are the configuration files to customize the shell and other command-line tools. They are usually hidden in the user’s home directory, and they are called “dotfiles” because ...
Template choice For some time I have been searching for a solution to create my own page, where I could share my development experiences (and my thoughts!) occasionally. As a simple and NOT front...