Credits to https://www.pexels.com/es-es/@suju/ Django Databases Managers or custom handlers in Django A Manager (or handler) is the interface through which query operations or queries from the database are provided to …
credits: https://www.pexels.com/es-es/@pepecaspers/ Django Databases Trigrams and advanced searches with Django and Postgres What if a user’s finger slips on the keyboard and types “parfume” instead of “perfume”. We …
Credits to https://www.pexels.com/es-es/@iamikeee/ Django Databases Full text search and searches with Django and Postgres Sometimes when we type we make a mistake in a letter, we can repeat it, omit it or change it for another one. That …
credits https://www.pexels.com/es-es/@weekendplayer/ Django Databases What is Django Generic Foreignkey for? You want to use Django to relate one model to another using a foreign key, but the model you want to relate is a …
credits https://www.pexels.com/es-es/@iamikeee/ Django Databases What does the ContentType application do in Django? Did you know that Django keeps track of each of the models you create for your project in a model called ContentType? …
Credits to https://www.pexels.com/@cottonbro/ Django Databases Django Annotate and aggregate explained The computer screen illuminated my face full of despair, I rubbed my head in despair, while I googled: “Django …
credits https://www.pexels.com/es-es/@elifskies-53441403/ Django Databases Understand inheritance types in Django models Sometimes, when we create Models in Django we want to give certain characteristics in common to several of our models. …