Django model is the single, definitive source of information about your data. (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 »
Django is a fantastic framework, not the least because it includes everything needed to quickly create web apps.
But the developers should not be the only ones benefiting from this. The app should also be fast for users. (more…)
Read more »
Learn about the various database constraints Django supports to ensure data integrity. (more…)
Read more »
As python is becoming more and more popular, so is it’s ecosystem and frameworks. Django is a popular web application... (more…)
Read more »