django-rest-auth/docs
Anuj Sharma de25807805
Note in docs to add allauth urls if account email verification is mandatory
Update docs to add `account_email_verification_sent` endpoint while using `registration`.

Without this endpoint, if email verification is set to **MANDATORY** , it gives error
```
Reverse for 'account_email_verification_sent' not found. 'account_email_verification_sent' is not a valid view function or pattern name.
```

This is a copy PR of [#577](https://github.com/Tivix/django-rest-auth/pull/577) in in upstream project.
2020-03-30 22:02:12 +05:30
..
api_endpoints.rst Note in docs to add allauth urls if account email verification is mandatory 2020-03-30 22:02:12 +05:30
changelog.rst Updates changelog 2020-03-28 14:05:20 -05:00
conf.py Updates RST Docs 2020-03-28 14:19:46 -05:00
configuration.rst Merge pull request #3 from alichass/master 2020-03-22 06:27:54 -05:00
demo.rst Fixes docs code sample 2020-03-28 14:24:21 -05:00
faq.rst Renames project to dj-rest-auth 2020-02-29 17:59:38 -06:00
index.rst Updates docs and demo 2020-03-28 11:36:03 -05:00
installation.rst Adds more help to docs 2020-03-28 14:00:06 -05:00
introduction.rst Updates names 2020-02-29 18:10:25 -06:00
make.bat Updates names 2020-02-29 18:10:25 -06:00
Makefile Updates names 2020-02-29 18:10:25 -06:00