﻿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
14457	Possible error in settings.py description	zsoltbot	nobody	"On this page
http://docs.djangoproject.com/en/1.2/intro/tutorial01/

I'm pretty sure:
{{{
INSTALLED_APPS = (
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'polls'
)
}}}
should really be 
{{{
INSTALLED_APPS = (
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'mysite.polls'
)}}}"		closed	Documentation	1.2		invalid	tutorial		Unreviewed	0	0	0	0	0	0
