﻿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
19329	code broken	timbauer@…	nobody	"The following code from Tutorial 3 produces a type error ('str' object is not callable). 


     from django.conf.urls import patterns, include, url

     from django.contrib import admin
     admin.autodiscover()

     urlpatterns = patterns('',
         url(r'^polls/', include('polls.urls')),
         url(r'^admin/', include(admin.site.urls)),
     )

This happens even when the code is copied and pasted (everything worked fine prior to that change. The error code seems to specifically point at ""include('poll.urls')."" Have tried a couple of different things, including ditching the apostrophe's. The problem appears to stem from the something within Django itself

C:\Python27\lib\site-packages\django\core\handlers\base.py in get_response, line 111

is specifically where the error is being generated from. "	Uncategorized	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
