RicardoAzuul / code-institute-ms4-fullstack

Full Stack Milestone Project using the Django framework
MIT License
1 stars 1 forks source link

New feature user profile #11

Closed RicardoAzuul closed 2 years ago

RicardoAzuul commented 2 years ago

This will add user profiles to the app, allowing users to store their delivery information and see their order history. User profile functionality is also added to checkout: if the user wants to save their information, it is saved to their profile, and any data in their profile is loaded when making new orders.

This feature also adds sending confirmation emails to the user's email.