Let’s start with things that do not really concern Django. With Gzip + Nginx.
Read More »
Let’s start with things that do not really concern Django. With Gzip + Nginx.
Read More »
A small yet useful piece of information inside.
Read More »
I have a form with a field that I don’t want to show on the page. In the template I don’t use {{ form }}, but {{ form.field }} where field is every model field that I want to be seen by users.
The problem here is that if you know what to use and you know forms a bit, you will find a solution in no time. Others, join me!
Read More »
Using print() is a natural way to work through some tricky tasks anywhere. But particularly in Django you want to double-check that there aren’t any print() left in your code.