This post explains step-by-step how to create a custom User model in Django. (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 »
For some time now, a proposal to change the governance of the Django
open-source project has been under discussion and refinement. It was
written up as a Django Enhancement Proposal (DEP), and numbered as
DEP 10. (more…)
Read more »
Frustrated with Google, I decided to build a focused search engine to see if it can deliver better results. My first experiment covers the Django ecosystem. (more…)
Read more »
It occurred to me that Django's ORM could do with a bit of a revamp to make use of recent developments in the Python language. The main area where I think Django's models are missing out is the lack of type hinting (hardly surprising since Django pre-date... (more…)
Read more »