use of built in forms and views like PasswordChangeForm in django1.3
I am new to django,In django1.3 how can I use the Built-in forms like PasswordChangeForm 开发者_运维知识库,PasswordResetForm etc and the same using built-in views.Can any one share some liks or codes ,ideas,am absolutely .new to Django,Thanks in advance
Django by default has all these forms built in views. For all those features, all you need to do is to, point them at relevant URL positions, that map to the specific views.
This question has already been answered:
Adding forgot-password feature to Django admin site
精彩评论