The other day I was solving a kata in codewars , one of the steps of the problem needed a two-dimensional array, in more …
Posts
You probably already know how to upload an image using a Django model, but what if we don’t want to upload one but …
Why use Django in a world where everything is Javascript? Is it really worth learning a Python Framework in an ecosystem …
Ngnix throttling allows us to limit the number of requests to a certain user. This is useful to prevent excessive …
Python 3.10 was announced and it comes with something that many developers were missing from other languages: the switch …
After several weeks posting about Django I wrote a short post about React, about libraries, because man does not live by …
You want to use Django to relate one model to another using a foreign key, but the model you want to relate is a …
Did you know that Django keeps track of each of the models you create for your project in a model called ContentType? …
You have used Django before, haven’t you? So, you already used some Django command, it could have been …
Are you choosing a hosting service but don’t know which one to choose? Surely you have already had contact with …