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/es-es/@pixabay/ Django How to create a command in django? You have used Django before, haven’t you? So, you already used some Django command, it could have been …
credits https://www.pexels.com/es-es/@tranmautritam/ Software architecture Django How to scale a Django app to serve one million users? Wish your Django app could handle a million hits? This post is a compilation of articles, books, and videos I’ve …
Credits https://www.pexels.com/es-es/@axel-vandenhirtz-332204/ Django How to create a history of products with django and redis? You are browsing an ecommerce site, a product catches your attention and you click to see it, but you are not convinced. …
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/@alex-andrews-271121/ Django Docker Cookiecutter-django for configuring and deploying in Django I wrote the previous entries as an introduction for this week’s topic. In this post I’m going to explain …
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. …
Django Learning Django through the book Django by example, my review This book plans to teach you Django by creating four projects from scratch. Django by Example starts by creating a blog, …
Django Django 3.1 changes and new features: complete overview A few hours ago I was browsing my twitter and I found out that they just released Django 3.1, changes and new features …