﻿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
6070	Document that SITE_ID is no longer required to run all tests	anonymous	nobody	"I just ran all tests successfully with the following settings.py file:
{{{
#!python
URL_CONF = ""urls""
DATABASE_ENGINE = ""sqlite3""
}}}
so the mention about ""and a SITE_ID setting (any non-zero integer value will do) in order for all the tests to pass."" in the [http://www.djangoproject.com/documentation/contributing/ Contributing to Django] page is wrong.

Btw, why not put the above settings.py file in the tests directory to make it even easier for people to get going and start running tests?  Just name it {{{sample_test_settings.py}}}."		closed	Documentation	dev		fixed			Ready for checkin	0	0	0	0	0	0
