Django Admin: Resizing Form Fields (for TabularInline)

Recently, one “small”* project in particular required the resizing of fields for displaying Inline Models in the admin. For example, one inline model, “ElectroporationConditionsRecord” needed to display 11 fields. (click image to see it full sized) Squeezing the 11 fields into a readable row meant updating the “size” attribute of each input box.  A “default … Continue reading Django Admin: Resizing Form Fields (for TabularInline)