Re: AttributeError when implementing Django Tutorial

2009-06-16 Thread ebbnormal
Thanks man! Ryan. On Jun 15, 9:12 pm, Alex Gaynor wrote: > On Mon, Jun 15, 2009 at 8:34 PM, ebbnormal wrote: > > > Hello, > > > I have been following along the Django tutorial, and as I was editing > > the urlpatterns in my urls module, i got the following error > > when I tried to run the m

Re: AttributeError when implementing Django Tutorial

2009-06-15 Thread Alex Gaynor
On Mon, Jun 15, 2009 at 8:34 PM, ebbnormal wrote: > > Hello, > > I have been following along the Django tutorial, and as I was editing > the urlpatterns in my urls module, i got the following error > when I tried to run the mysite server: > >AttributeError at / >'AdminSite' object has no

AttributeError when implementing Django Tutorial

2009-06-15 Thread ebbnormal
Hello, I have been following along the Django tutorial, and as I was editing the urlpatterns in my urls module, i got the following error when I tried to run the mysite server: AttributeError at / 'AdminSite' object has no attribute 'urls' Request Method: GET Request URL: