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.

Reply via email to