What is API versioning and why is it needed?API versioning allows to manage changes in any service without disrupting the work of clients. Let’s talk about it.Oct 2Oct 2
Alex Murphy, this is dev.genius blog and not the copy-paste python tutorials.All thau you write is base of Python. This is a Standart and not the "useful tricks".Aug 30, 2022Aug 30, 2022
Diwash, probably you are newer works with multilanguage projects.How about model-data translation? Interface translation is only 0.1% of whole translation base.Aug 30, 2022Aug 30, 2022
Please try to understand the article before writing comments.I will only help you not to write "admin.site.register" before or after each ModelAdmin and not to import models into the admin module.Jun 14, 2022Jun 14, 2022
Now I can say for sure: Andrews Agyemang Opoku!1. Please you are missing the whole point of why .get is used as opposed to .filter when getting record with "unique" constraint. Most…Jun 7, 2022Jun 7, 2022
Published inDev GeniusAutoregister Django ModelAdminsSome time ago I discovered that Django has the ability to auto-register ModelAdmins. This carries a number of benefits, now I tell about…Jun 7, 20221Jun 7, 20221
Really?You have created a subquery in a query and you think you are avoiding duplicate queries?May 4, 2022May 4, 2022
Published inDev GeniusHow to solve the singleton problem in Django ModelAdmin.Every registered ModelAdmin in your Django project is a singleton. You can learn how to solve this problem in 5 lines in this article.May 3, 2022May 3, 2022
"prefetch_related and select_related works on the same principle of prefetching data from the…i am not agree with that.Apr 17, 2022Apr 17, 2022