Django tutorial - needs a signup page
- Dominant language
- Markdown
- Stars
- 11k
- Forks
- 23.2k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 331
Description
### MDN URL
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Authentication
### What specific section or headline is this issue about?
Adding users
### What information was incorrect, unhelpful, or incomplete?
The tutorial covers the standard views for login and user management, but uses the admin interface for signing users up in the first place.
### What did you expect to see?
A section explaining that user signup has no default views and setup, so you have to do it yourself ... and how.
### Do you have any supporting links, references, or citations?
Hints on how to do this: https://www.pythontutorial.net/django-tutorial/django-registration/
### Do you have anything more you want to share?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.