Re: Django Tutorial Part 3 Decoupling the URLconfs

2012-02-06 Thread John Paton
Thanks for the help. Here's what it says: from django.conf.urls import patterns, include, url and then it says unresolved import: url, include, patterns. Can you tell me what is going wrong here. Thanks! On Feb 6, 12:02 pm, Pavlo Kapyshin wrote: > As this exception says, you have an error o

Django Tutorial Part 3 Decoupling the URLconfs

2012-02-06 Thread John Paton
Hi, I have just tried to decouple my polls urls. Everything was working before but when I now go to mysite I get the following error message. Do you have any idea how I could fix this? Thanks for the help! ImportError at / cannot import name patterns Request Method: GET Request URL:http://127