﻿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
26501	"Docs for reusable apps is missing {% extends ""base.html"" %}"	Thomas Güttler	nobody	"I am missing some information on this page:

  https://docs.djangoproject.com/en/1.9/intro/reusable-apps/

If a reusableapp wants to render a whole page, how to do this?

I like the solution from here: http://stackoverflow.com/a/36552447/633961

The resusable app uses this in all its templates: {% extends ""myreusableapp/base.html"" %}

And `myreusableapp/base.html` looks like this:

{% extends ""base.html"" %}

This is the way django-allauth works and I guess some other apps, too.

Please include this (or a better way) in the docs.
"	New feature	closed	Documentation	1.9	Normal	duplicate		tzanke@…	Unreviewed	0	0	0	0	0	0
