In polls/url.py patterns is missing the N. Dylan
On Mon, Oct 10, 2016 at 5:24 PM, Johnny McClung <[email protected]> wrote: > Thank you. I've added the comma as you mentioned. Can't believe I missed > that. But now I am getting a new error. > > > > E:\Dropbox\Python Scripts\mysite>python manage.py runserver > Performing system checks... > > Unhandled exception in thread started by <function > check_errors.<locals>.wrapper at 0x044B16A8> > Traceback (most recent call last): > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\urls\resolvers.py", line 315, in url_patterns > iter(patterns) > TypeError: 'module' object is not iterable > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\utils\autoreload.py", line 226, in wrapper > fn(*args, **kwargs) > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\core\management\commands\runserver.py", line > 121, in inner_run > self.check(display_num_errors=True) > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\core\management\base.py", line 374, in check > include_deployment_checks=include_deployment_checks, > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\core\management\base.py", line 361, in > _run_checks > return checks.run_checks(**kwargs) > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\core\checks\registry.py", line 81, in run_checks > new_errors = check(app_configs=app_configs) > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\core\checks\urls.py", line 14, in > check_url_config > return check_resolver(resolver) > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\core\checks\urls.py", line 28, in check_resolver > warnings.extend(check_resolver(pattern)) > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\core\checks\urls.py", line 24, in check_resolver > for pattern in resolver.url_patterns: > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\utils\functional.py", line 35, in __get__ > res = instance.__dict__[self.name] = self.func(instance) > File "C:\Users\geek\AppData\Local\Programs\Python\Python35-32\ > lib\site-packages\django\urls\resolvers.py", line 322, in url_patterns > raise ImproperlyConfigured(msg.format(name=self.urlconf_name)) > django.core.exceptions.ImproperlyConfigured: The included URLconf > '<module 'polls.urls' from 'E:\\Dropbox\\Python > Scripts\\mysite\\polls\\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. > > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/c2742620-55fc-4db1-b92a-2dfc392d8903%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/c2742620-55fc-4db1-b92a-2dfc392d8903%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHtg44BuOP%3DwQZrgYUxBFK_gRHTSVAvJ_XzHKq4%2BKKuW%3De7b7Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

