create a URL to send the information to in UserProfile/views.py and print out the information in the python , (it will need an accompanying URL in urls.py in UserProfile as well.
The text field should be after the "Update User Information" on the page.
Specific fields to be entered are first name, last name, email . Also a way to update the password (not sure how this would look UI wise though so you can think of something for the design). At the end of the text fields, there should be a button to send the information to the server.
/users/options
-> page to editcreate a URL to send the information to in
UserProfile/views.py
and print out the information in the python , (it will need an accompanying URL inurls.py
in UserProfile as well.The text field should be after the "Update User Information" on the page.
Specific fields to be entered are first name, last name, email . Also a way to update the password (not sure how this would look UI wise though so you can think of something for the design). At the end of the text fields, there should be a button to send the information to the server.