Register Form, View, and Template
Learn how to create a registration page so that people can sign up.
We'll cover the following
Now that we have our login page, we need to provide a way for users to register and create accounts on the website.
Register URL path
Every time we create a new page, we need to add its URL in urls.py. We added the Register URL path in line 9 in urls.py as shown in the widget below.
Get hands-on with 1200+ tech skills courses.