django-planet
Dec. 14, 2023

Database views in Django

published by James Bennett
in blog James Bennett
original entry Database views in Django

This is part of a series of posts I’m doing as a sort of Python/Django Advent calendar, offering a small tip or piece of information each day from the first Sunday of Advent through Christmas Eve. See the first post for an introduction.

A view to a database

Most databases support creating and working with views, which, if you’ve never encountered them before, are like a virtual table — instead of being defined by …

Read full entry