Re: Just learning about auth in django and getting error NoReverseMatch ; Exception Value: Reverse for 'password_reset_done' with arguments

2017-04-08 Thread ludovic coues
It's hard to tell what is wrong without the full traceback or thecode causing the exception. I would suggest to replace reverse("password_reset_done") with reverse("myapp:password_reset_done"). Might be as simple as that. 2017-04-07 19:55 GMT+02:00 Thames Khi : > My example is simple, I am happy

Just learning about auth in django and getting error NoReverseMatch ; Exception Value: Reverse for 'password_reset_done' with arguments

2017-04-07 Thread Thames Khi
My example is simple, I am happy to use the standard views and templates provided by Django. NoReverseMatch at /myapp/password/reset/ Reverse for 'password_reset_done' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: [] Request Method: GET Request URL: http://192.