NoReverseMatch error during Django 1.0 tutorial

2009-06-21 Thread ebbnormal
Hello, I am still working on the Django 1.0 tutorial (http:// docs.djangoproject.com/en/1.0/intro/tutorial04/) and got the following error after voting on my poll ( which simply makes a call to the Django reverse function which is supposed to give control to my results function in polls.views).

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:

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