anexia-it / django-rest-passwordreset

An extension of django rest framework, providing a configurable password reset strategy
BSD 3-Clause "New" or "Revised" License
419 stars 148 forks source link

Example implementation #103

Open havocy28 opened 4 years ago

havocy28 commented 4 years ago

The documentation is good, but has a few gaps in regards to setting up email templates and the folder structure as well as some of the nuanced configurations such as the Signal Receiver.

Is there an example implementation and/or code for an example implementation anywhere?

behnamcode commented 3 years ago

The documentation needs more in depth example, I don't know how to access context in templates , and there is no example on how to do that.