In my flatpage admin change list page, mysite.com/admin/flatpages/flatpage/, I can see the fields:
- URL
- Title
Is there a way to also show the field Site? I associate my flatpages to specific sites. The bad way to do it is by going to the actual Flatpage admin source django/contrib/flatpages/admin.py and create a method which will display sites for a Flatpage on the change list page.
I am basically looking for a way to overwrite a django.contrib application on the admin side.

admin/flatpages/flatpage/1I can see the sites, but Thierry wanted to add a column listing sites to the flatpage change list viewadmin/flatpages/flatpage/. Unless I'm mistaken, the only columns by default aretitleandurl. – Alasdair Oct 29 at 18:19