omniport-backend
omniport-backend copied to clipboard
Writing custom ModelAdmin classes
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.