﻿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
21948	Docs on extending admin templates should mention TEMPLATE_LOADERS	django@…	nobody	"The docs at https://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates should mention that you *must* set:

{{{
TEMPLATE_LOADERS = (
     'django.template.loaders.filesystem.Loader',
     ...
)
}}}

and that `django.template.loaders.filesystem.Loader` must come before `django.template.loaders.app_directories.Loader`.

This confused me for a long time, mainly because the default settings.py created with `django-admin.py startproject myproject` doesn't contain any of those settings.

(P.S. you also need to set `TEMPLATE_DIRS` of course. This is mentioned in the docs linked above, but I think it could be clearer)

Thanks"	Cleanup/optimization	closed	Documentation	1.6	Normal	fixed			Accepted	0	0	0	0	1	0
