Re: Auth Login well documented but elusive

2011-07-05 Thread TuckFrance
Yeah it works just fine! Thanks again tevans! On Jul 5, 2:42 am, Tom Evans wrote: > On Tue, Jul 5, 2011 at 2:10 AM, TuckFrance wrote: > > Having problems with getting login to work even though it's well > > documented. The pages for success, invalid, and no info provided >

Re: Auth Login well documented but elusive

2011-07-05 Thread TuckFrance
Oh okay I think that makes sense. So I need to rename my view and use that name at the end. I'll try this out tonight and let you know. Thanks! On Jul 5, 2:42 am, Tom Evans wrote: > On Tue, Jul 5, 2011 at 2:10 AM, TuckFrance wrote: > > Having problems with getting login to work ev

Auth Login well documented but elusive

2011-07-04 Thread TuckFrance
Having problems with getting login to work even though it's well documented. The pages for success, invalid, and no info provided aren't getting used at all. Instead, clicking login always redirects to /login which is not what I want. Any ideas? URLconf: ... (r'^accounts/login/$', 'django.contrib.

Stuck on "ViewDoesNotExist" last step of tutorial part 4

2011-06-17 Thread TuckFrance
I am using Django 1.3 with SQlite. I got through the entire tutorial except the last step of part 4. It says "You can now delete the index(), detail() and results() views from polls/views.py. We don't need them anymore -- they have been replaced by generic views." However when I do this I get the