tmarkec / take_a_hike

0 stars 1 forks source link

Registered user can update information #9

Closed tmarkec closed 1 year ago

tmarkec commented 1 year ago

As a registered user I want to be able to update my profile information so that I could make changes in case I change my email, my name etc...

tmarkec commented 1 year ago

Acceptance criteria:

  1. Separate page for update profile
  2. I can update/change all information that provided on registration page
  3. New information displayed on my profile

Tasks:

  1. Create new template that displays current user information
  2. Create new form with new fields for user to input
  3. Create new model that will store data
  4. Create function in views.py that handles new form with existing django user form
  5. Install pillow for image handling
  6. Create paths in urls.py
  7. Add style to the page