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 »
I’ve added a faceted search engine to this blog, powered by PostgreSQL. It supports regular text search (proper search, not just SQL"like" queries), filter by tag, filter by date, filter ... (more…)
Read more »
We're happy to announce the initial release of
kiwitcms-django-plugin!
This package allows you execute your Django test suite and report the
results into Kiwi TCMS!
This plugin has been developed by contributor Bryan Mutai as part of our
open source bount... (more…)
Read more »
django-sql - A simple app for executing SQL queries in Django admin panel.
Read more »