﻿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
11102	"error in tutorial ""Writing your first django app"" for urls.py"	robmccart	nobody	"Django version - 1.0.2 final
Part #2 and #3 of the tutorial show the following line to be uncommented:

 {{{(r'^admin/', include(admin.site.urls)),}}}

This causes a Attribute Error: ""Admin Site"" object has no aattribute 'urls'.

The urls.py file that is shipped with this version has this line which does not cause the error:

{{{(r'^admin/(.*)', admin.site.root),}}}"		closed	Documentation	1.0		fixed	tutorial, urls.py		Unreviewed	0	0	0	0	0	0
