Thanks for checking it out, this is the way it's set up: http://dpaste.org/e6Ra/
it looks like it's using registration.auth_urls to direct to the django.contrib.auth.urls ? I don't understand why registration.auth_urls would exist... On Oct 6, 6:32 pm, Ian Lewis <[email protected]> wrote: > I just took a cursory look at this but did you make sure to add > something like the following to your urlpatterns in urls.py? > > urlpatterns=patterns('', > ... > (r'^accounts/', include('django.contrib.auth.urls')), > ... > ) > > > > > > On Thu, Oct 7, 2010 at 1:29 AM, Joel Klabo <[email protected]> wrote: > > So now I am redirecting to the named url in the URL conf. That is now > > giving me the error: The included urlconf registration.auth_urls > > doesn't have any patterns in it ...http://dpaste.org/OOw5/any ideas > > would be greatly appreciated > > > On Oct 5, 5:56 pm, Joel Klabo <[email protected]> wrote: > >> Ok, so I'm pretty sure this has to do with the fact that the > >> post_reset_redirect argument defaults to the > >> django.contrib.auth.views.password_reset_done if no > >> post_reset_redirect is passed to the view. I am using django- > >> registration and it seems like there would be a better way to deal > >> with this... There is something I'm missing. If anyone has used this > >> and gotten it to work I would be grateful to hear about it. All the > >> other parts of the registration system work which makes me think this > >> has something to do with the fact that it is reverting back to the > >> django.contrib views and now using the ones that come with django- > >> registration... Here is the view where the error first pops up, this > >> is where post_reset_redirect is as well:http://dpaste.org/gatU/ > > >> Thanks for your time > > >> On Oct 5, 1:56 pm, Steve Holden <[email protected]> wrote: > > >> > On 10/5/2010 4:45 PM,JoelKlabowrote:> Need to bump this, sorry. I don't > >> > get it. > > >> > > On Oct 5, 1:04 pm,JoelKlabo<[email protected]> wrote: > >> > >> This is the error and location of the > >> > >> problem:http://gist.github.com/612210, > >> > >> I can't see what it's looking for. It seems like I could hard code the > >> > >> arguments it wants into the reverse() but that doesn't seem like the > >> > >> correct way to do it. Any advice? > > >> > I can quite see how 41 minutes would appear to be an infinity to someone > >> > who is wanting the answer to a problem. Please remember, though, that > >> > people who post on this list aren't paid to do so, and mostly have > >> > full-time jobs. > > >> > So a little patience will make it more likely people will help you. > > >> > regards > >> > Steve > >> > -- > >> > DjangoCon US 2010 September 7-9http://djangocon.us/ > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/django-users?hl=en. > > -- > Ian > > http://www.ianlewis.org/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

