Post full views.py file

2012/4/9 kapil Garg <kapil.gar...@gmail.com>

> 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.
>

-- 
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