﻿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
32870	Added message when user mispells 'urlpatterns' in some 'urls' module	Igor Kuivjogi Fernandes	Igor Kuivjogi Fernandes	"I found this kind of error when I mispelled `urlspattern` instead of `urlpatterns` inside my blog/urls.py file.
So the console was throwing an error, but this error do not helped me to found the problem. Check it:

{{{
django.core.exceptions.ImproperlyConfigured: The included URLconf '<module 'blog.urls'
from '.../my_project/blog/urls.py'>' does not
 appear to have any patterns in it. If you see valid patterns in the file then the
 issue is probably caused by a circular import.
}}}

The problem is not with a circular import, but with the mispelled `urlpatterns` variable itself, so I'm doing this ticket.   

OBS.: I have already created a pull request for this: https://github.com/django/django/pull/14453

I appreciate any feedback.
Thanks,
Igor"	Cleanup/optimization	closed	Core (URLs)	3.2	Normal	fixed			Ready for checkin	1	0	0	0	0	0
