Have you tried modifying/copying the file $SRC//django/contrib/admin/templates/admin/base.html
if you modifiy your project settings file you can override this by simply placing a file called admin/base.html into your own template directory (before the standard one) Cheers Ian On 10/28/05, Emanuele <[EMAIL PROTECTED]> wrote: > > Hi, > I'm using django automatic admin interface as (only) web-interface for > a little application already in production/testing [*]. I customized a > bit the main admin page using "django-admin.py adminindex" output but > I'm not able to remove the heading "Site administration" on top of it > because it is embedded in django code, > contrib/admin/views/main.py : > ... > def index(request): > return render_to_response('admin/index', {'title': 'Site > administration'}, context_instance=Context > ... > > I don't like touching django code code for now, so is it possible to > remove or customize that heading from user side? > > Thanks, > > Emanuele > > [*]: I hope to release it freely soon, just as an example of django > capabilities for newbies like me. Stay tuned. > > -- [EMAIL PROTECTED] -- ++61-3-9877-0909 If everything seems under control, you're not going fast enough. - Mario Andretti