LeftAndMain
is more of a lower-level API and not often required due to the existence of ModelAdmin
. However if you wanted to create a custom user interface that did not necessarily require the functionality of ModelAdmin
in the administration panel for your module, than LeftAndMain
is where you would want to start.