I wonder how to share a single admin interface among several sites and be able to manage different models from a single site. This doesn't look as smooth as views' variations depending on the SITE_ID, hopefully I'm wrong.
And how should I specify the varying SITE_ID in the model? I hope you get my point, I have few websites, all running similar content like news, product descriptions and so. I want unambiguous code and ability to manage them from a single interface. So far I know views are easily shared. I guess you at Lawrence Journal-World had done this, including management of access rights to the admin site. Maybe someone could share a little of those secrets for the sake of `enterprising` Django :)