﻿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
9675	Docs about migrating from the old comment system: add note about urls.py	Maciej Bliziński	Jacob	"It's worth mentioning that the entry from urls.py:
{{{
(r'^comments/', include('django.contrib.comments.urls.comments')),
}}}
Needs to be changed to:
{{{
(r'^comments/', include('django.contrib.comments.urls')),
}}}
Looking at #8571 shows that many poeple have had this problem."		closed	Documentation	1.0		fixed			Accepted	0	0	0	0	0	0
