How to set custom template in Class PasswordResetView

2017-06-13 Thread Rohan Purekar
I have implemented class based password reset view as instructed in django1.11 but the template being used is the default template, I want to use a custom template. Where I am stuck is If I have to use a custom template then I will have to call get and post functions to return the template to b

New functionalities expected in Django 2.

2017-06-13 Thread Rohan Purekar
Is django 2 going to have inbuilt package for creating API's to cater to ajax requests and JSON responses for which we use DRF. Another thing which was on my mind was If Django 2 will come out with support for Token Auth as a default package along with the current session based login. -- You r