Re: django.conf.urls import question

2011-11-28 Thread Ian Clelland
On Fri, Nov 25, 2011 at 6:39 PM, Chet wrote: > Hello, > > I just finished to tutorial and for in both my urls.py files, if I > use: > > from django.conf.urls import patterns, include, url > > I get an http500 error: TemplateDoesNotExist: 500.html > This message is from

django.conf.urls import question

2011-11-25 Thread Chet
Hello, I just finished to tutorial and for in both my urls.py files, if I use: from django.conf.urls import patterns, include, url I get an http500 error: TemplateDoesNotExist: 500.html before I had it as: from django.conf.urls.defaults import patterns, include, url and when I change this