Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SameeranB opened this issue Oct 5, 2019 · 3 comments
Open

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

SameeranB opened this issue Oct 5, 2019 · 3 comments

Comments

@SameeranB
Copy link
Collaborator

SameeranB commented Oct 5, 2019

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.

@SameeranB SameeranB changed the title Create Signup View Create a Signup View, Form, HTML and a URL Oct 5, 2019
@SameeranB SameeranB changed the title Create a Signup View, Form, HTML and a URL Create a Signup View and a URL for the same Oct 5, 2019
@itzmanish
Copy link

Working on it.

@itzmanish
Copy link

itzmanish commented Oct 6, 2019

Done. all issues will be fixed with this one pull request.
However, @SameeranB if you want to improve its appearance then it will need further work.

SameeranB added a commit that referenced this issue Oct 16, 2019
yathomasi pushed a commit to yathomasi/Django_To_Do that referenced this issue Oct 26, 2019
@saheersk
Copy link

saheersk commented Oct 22, 2022

May I know if this issue is already solved or not? @SameeranB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants