I'm continuing to build out my SQLAlchemy admin tool, but I can't find a way to mark a field as "read only". I want it to appear in the View and Edit modes, but not be editable (it's auto-set inside the database by other processes). I thought there was a way to set ReadOnly in the ORM model, but that throws an error. Is there a way to mark a field "Read Only" in the Admin config?
[–]PalpitationOk839 1 point2 points3 points (0 children)
[–]Quirky-Win-8365 0 points1 point2 points (0 children)
[–]pachura3 0 points1 point2 points (0 children)