Skip to content

Create a Signup View and a URL for the same #2

@SameeranB

Description

@SameeranB

Create a signup view that goes into Main/views.py and has the following attributes:

GET Request: Return a Signup.html that contains a simple Django Form for signing up. (Use Context)

POST Request:

  • Receive - username, email, password, first-name and last_name.
  • Create the user instance in the default Django User model
  • Return a Success.html

Also, create a URL to access this view in Main/urls.py with the URL name = signup.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions