﻿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
20912	A little modification on the tutorial	anonymous	nobody	"Im unsure why, but on the beginning of the 3rd part of the tutorial, in the configuration of polls.urls only worked after I added mysite to polls

polls/urls.py
from polls import views

I changed to
from mysite.polls import views

Also added the mysite to the other urls.py
urlpatterns = patterns('',
    url(r'^polls/', include('mysite.polls.urls')),
    url(r'^admin/', include(admin.site.urls)),
)


"	Uncategorized	closed	Documentation	1.5	Normal	invalid			Unreviewed	0	0	0	0	0	0
