BTW, there is django-registration that takes care of all of this
already. You can save yourself some time there.
Hth

On 9 apr, 19:29, kapil Garg <kapil.gar...@gmail.com> wrote:
> Hi All,
>
> I'm trying to implement  *Forgot Password* in my django application and
> have  done the very basic as mentioned in the documentation with all the
> default values but on clicking the Link, I get the error  "*ViewDoesNotExist
> at /accounts/password_reset/*"
>
> Tried save in module <appName>.views. Error was: 'module' object has
> no attribute 'save'
>
> what am I missing here ? Below is the code -
>
> *urls.py:*
>
> (r'^accounts/password_reset/$','App.views.my_password_reset'),
>
> *views.py:*
>
> def my_password_reset(request):
>
>     return password_reset(request)
>
> --
> Regards,
> Kapil

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to