Discusses the requirements and the process of designing the django models for the requirements in an efficent manner. (more…)
Read more »
Today I’ll write about Django, my loyal framework-companion for the last five years. This one helped me succeed in developing high-load… (more…)
Read more »
I love Django to create web projects that don’t need high performance. It’s a very convenient way to create an admin interface for your… (more…)
Read more »
Postgres provides great search capability out of the box. For the majority of Django apps there is no need to run and maintain an ElasticSearch cluster unless you need the advanced features ElasticSearch offers. Django integrates nicely with the Postgres ... (more…)
Read more »