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 <[email protected]> wrote: > As this exception says, you have an error on first line of urls.py. > Double-check that line. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

