omniport-backend icon indicating copy to clipboard operation
omniport-backend copied to clipboard

Writing custom ModelAdmin classes

Open dhruvkb opened this issue 7 years ago • 0 comments

The models in kernel and shell are, as of now, being directly registered in the admin site, which leads to less than optimal forms being rendered. The goal is to write ModelAdmin classes, using features like inlines, change_form, add_form etc to make a highly functional admin site.

dhruvkb avatar Sep 23 '18 05:09 dhruvkb