﻿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
21386	admindocs 'views' section depends on SITE_ID setting	Ramiro Morales	Bouke Haarsma	"It seems the admindocs views try to detect if th sited contrib app is installed and avoid to use its features if it's not.

But in a couple of places it uses `settings.SITE_ID` and the new 1.6 default project template settings.py doesn't include it because the sites framework isn't installed.

Perhaps it could be replaced by 'django.contrib.sites.models.get_current_site(request)` as suggested by https://docs.djangoproject.com/en/1.6/ref/contrib/sites/#hooking-into-the-current-site-from-views?

"	Cleanup/optimization	closed	contrib.admindocs	dev	Normal	fixed		Baptiste Mispelon bouke@…	Accepted	1	0	0	0	0	0
