Django
Sep 28, 2013 · Updated: Nov 10, 2017 · by Tim Kamanin
Use Readonly
Fields,
example:
class MyModelAdmin(admin.ModelAdmin):
readonly_fields=('first',)
Hey, if you've found this useful, please share the post to help other folks find it: