tmarkec / take_a_hike

0 stars 1 forks source link

Site visitor can register account #5

Closed tmarkec closed 1 year ago

tmarkec commented 1 year ago

As a first time user I want to be able to register account so that I can have more access to the website

tmarkec commented 1 year ago

Acceptance criteria:

  1. Form is displayed to the user
  2. Upon filling and submitting form user is logged in
  3. Message is displayed to the user to confirm his registration

Tasks:

  1. Install django all auth
  2. Create url paths
  3. Style added templates
  4. Create function in views.py that handles registration process