I just don't get it (newbie:). Isn't there a way of using generic views together with the recently separated admin templates? In order to learn/understand: I'm taking a small part of my model, the Country() class with two fields (country_code and country_name); I copy the appropriate templates (change_list and change_form) to my project environment, and try to access/edit the database items. Are you saying this is not possible? I've done this by sort of "reverse engineering" (with the help of Adrian) in previous versions (prior to new-admin being merged into trunk) to get the templates being created on-the-fly. I would have thought that the separation of the admin templates into files instead of being created on the fly was aimed at this type of thing.
/LarS