﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7587	Find out where the default admin/base_site.html is on your system (for: Tut 2, page 2)	HenkPoley	nobody	"The file is referenced in: http://www.djangoproject.com/documentation/0.96/tutorial02/#customize-the-admin-look-and-feel

People might not know where it can be found when Django is installed with a package manager.

In the python shell:
{{{
from django.contrib import admin
admin.__path__[0] + ""/templates/admin/base_site.html""
}}}

"		closed	Documentation	dev		worksforme			Unreviewed	0	0	0	0	0	0
