Understand GROUP BY in Django ORM by comparing QuerySets and SQL side by side. If SQL is where you are most comfortable, this is the Django GROUP BY tutorial for you. (more…)
Read more »
In this post we want to build a similar app to show how web applications similar to Django can be build using Flamingo, Dingo and Gorm. (more…)
Read more »
A simple guide to Django 3.0 and ASGI with performance implications told with quirky illustrations... (more…)
Read more »
Nearly every application needs to enable its users to see only their data. Many other applications go further and add more controls, like sharing, or making some content private and public. In this post, use Django and django-oso to build a simple social ... (more…)
Read more »
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 »