Re: Modifying the default admin edit page for Sites

2009-02-25 Thread jeff
Worked like a charm. Thank you! On Feb 25, 6:07 pm, Alex Gaynor wrote: > On Wed, Feb 25, 2009 at 9:03 PM, jeff wrote: > > > Is there a good way to modify what fields are displayed on the edit > > page for a site (from django.contrib.sites)? I want to have the page > > include inline editing for

Re: Modifying the default admin edit page for Sites

2009-02-25 Thread Alex Gaynor
On Wed, Feb 25, 2009 at 9:03 PM, jeff wrote: > > Is there a good way to modify what fields are displayed on the edit > page for a site (from django.contrib.sites)? I want to have the page > include inline editing for a model that has a ForeignKey to Sites. > > Is there a way to change the django.

Modifying the default admin edit page for Sites

2009-02-25 Thread jeff
Is there a good way to modify what fields are displayed on the edit page for a site (from django.contrib.sites)? I want to have the page include inline editing for a model that has a ForeignKey to Sites. Is there a way to change the django.contrib.admin.ModelAdmin class for the Site model? Do I h