In the Django 3.2 version just released I contributed with new features related to compressed fixtures and fixtures compression. In this article I have explored into the topic and produced some sample benchmarks. (more…)
Read more »
As we have learned in my previous post, there are a lot of benefits in concentrating all the code related with sending emails in one place, creating a base mailer which handles the creation and… (more…)
Read more »
Django model is the single, definitive source of information about your data. (more…)
Read more »
On this episode, we look at templates, the primary tool that Django provides to build user interfaces in your Django app. (more…)
Read more »
Last week, we launched Arxiv Vanity, a tool that converts academic papers from Arxiv into web pages. At some point I want to write about… (more…)
Read more »