﻿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
16169	Tutorial 2 with error in mysite/urls.py content	reinaldo.sanches@…	nobody	"On piece of code of headline ""Activate the admin site"", the 3rd bold line to uncomment is different of startproject auto-generated urls.py:

documentation:
{{{
#!python
    # Uncomment the next line to enable the admin:
    (r'^admin/', include(admin.site.urls)),
)
}}}

auto-generated:
{{{
#!python
    # Uncomment the next line to enable the admin:
    url(r'^admin/', include(admin.site.urls)),
)
}}}

Documentation is suppressing the url function name."	Cleanup/optimization	closed	Documentation	1.3	Normal	fixed			Ready for checkin	1	0	0	0	1	0
