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 View to Register Users #15

Closed
4 tasks
svp19 opened this issue May 4, 2019 · 2 comments · Fixed by #33
Closed
4 tasks

Create a View to Register Users #15

svp19 opened this issue May 4, 2019 · 2 comments · Fixed by #33
Assignees
Labels
enhancement New feature or request SoI19

Comments

@svp19
Copy link
Member

svp19 commented May 4, 2019

Since, we will be making a login authentication system, we need a view to register users to the users app.

Tasks

  • Use the built-in UsersCreationForm to register users in Register View in users/views.py
  • create a register.html template in users/templates/users/ folder.
  • render the form - created in the register view - in this html template
  • add the url path 'register/' for this view in users/views.py
@svp19 svp19 added enhancement New feature or request SoI19 labels May 4, 2019
@ayush1999guptA
Copy link
Member

i will do it

@svp19
Copy link
Member Author

svp19 commented May 5, 2019

Sure @ayush1999guptA , I will assign this issue to you as soon as you accept the invitation through email.

NeuralFlux pushed a commit that referenced this issue May 12, 2019
* profile model created

* Bugs Resolved

* the dob is blank by default

* added the feature on registering users

* -[ ] Closes: #15
-[x] PEP8
Changes Summary: Created a new Register view which provides the functionality to register user and also changed the login template

* Feature added which validates the Email while Registration

* requirements.txt changed

* pep8 fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SoI19
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants