oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
425 stars 82 forks source link

Proper Rendering for Readonly Fields. #38

Open seniorbee opened 7 years ago

seniorbee commented 7 years ago

Developer should be able to mark a field as a readonly field. It would be nice to get some ipmortant settings like readonly fields from admin.py files.

benmaier commented 4 years ago

I'd like this feature, too!