Hacker News new | ask | show | jobs
by mgummelt 1204 days ago
Not at all :)

Do you have a link or instructions on how to create virtual columns in Django Admin?

1 comments

I'd just use a calculated virtual column that you calculate at the queryset retrieval time. (Note I am not an Django expert, more of a hack).

https://www.appsloveworld.com/django/100/228/add-calculated-...

Ah, this is an overloading of terms. Plato virtual columns are not computed columns. They're new storage.