About Readonly Fields in Django Administration
Django administration tip: if you want to show a field with editable=False
attribute or the results of a model method in the admin form, add the field or the method name to the readonly_fields
list.
Tips and Tricks Programming Django 4.2 Django 3.2 Django 2.2
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.