Monday, 8th March 2021
TIL
Pretty-printing all read-only JSON in the Django admin
— I have a bunch of models with JSON fields that are marked as read-only in the Django admin - usually because they're recording the raw JSON that was imported from an API somewhere to create an object, for debugging purposes.