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

Improvement on endpoints provided documentation #127

Closed rennerocha closed 3 years ago

rennerocha commented 3 years ago

After installing the package in my project, I noticed that the examples of how to configure the URLs are not entirely correct. So I did some minor changes that would make the life of a newcomer easier:

codecov-commenter commented 3 years ago

Codecov Report

Merging #127 (e3f5c6d) into master (c98371c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   91.70%   91.70%           
=======================================
  Files          11       11           
  Lines         241      241           
=======================================
  Hits          221      221           
  Misses         20       20           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c98371c...e3f5c6d. Read the comment docs.

nezhar commented 3 years ago

Thanks :+1: