You are using the tutorial of the development version which is 1.4 alpha, but using yourself version 1.3.1, so you need to use

django.conf.urls.defaults instead of django.conf.urls

Better use the 1.3 tutorial instead of the development one to not run into such 
troubles.


Am 06.02.2012 23:23, schrieb 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<i...@93z.org>  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 django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to