﻿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
14194	MIssing comma in tutorial code	GarryFre	nobody	"In the section about adding the poll app to the installed_apps array, there is a missing ending comma as shown below. The other variables show hanging commas so I assume this comma should be there and it did not complain about it. I am certain this would cause confusion and uncertainty for complete python/DJango newbies which the article is meant for.


{{{
INSTALLED_APPS = (
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'mysite.polls' <-- Missing Comma!
)

}}}"		closed	Uncategorized	1.2		invalid			Unreviewed	0	0	0	0	0	0
