Sometimes, when we create Models in Django we want to give certain characteristics in common to several of our models. …
A couple of weeks ago I wanted to convert my ecommerce images from jpg to webp. Normally to modify images in GNU/Linux I …
This book plans to teach you Django by creating four projects from scratch. Django by Example starts by creating a blog, …
The other day I was looking for syntax highlighting tools and I came across a pretty interesting tool called bat (Yes, …
Since I started using Python I use virtualenv and pip to manage virtual environments. But while reading Django for …
A few hours ago I was browsing my twitter and I found out that they just released Django 3.1, changes and new features …
Who hasn’t been tried to be convinced to invest in multi-level Bitcoin marketing? I have, but hopefully it will …
In the previous post I talked about some good practices using passwords . One of the recommendations was to use a …
One of my friends worked as an IT security auditor for a company whose name I will not mention for obvious reasons. …
Design patterns are common solutions to common problems, represented by entities and the relationships between them in …