Django-Cte – Common Table Expressions with Django

A Common Table Expression acts like a temporary table or view that exists only
for the duration of the query it is attached to. django-cte allows common table
expressions to be attached to normal Django ORM queries. Read more

Similar

Hy with Django

Hy introduces a List that gives you all the power of macros and the elegant Lisp syntax while enabling the full power of Python. Although it's easy enough to use Python libraries in Hy, you just import them as you would in Python, I was weary of using a ... (more…)

Read more »