Newt-Tea / eMarket-MSU-Intro-to-SE_Group1

A Self Hosted E-Commerce Website built with Django python and SQLite database
https://newttea.pythonanywhere.com/
1 stars 0 forks source link

Order Model Bug #88

Closed Newt-Tea closed 1 week ago

Newt-Tea commented 2 weeks ago

There is an issue with the order model. It needs to have another user specific ID that can be displayed on order_history. Currently every user shares the app_order table in the db so each order is going to the same table, meaning a user's first order will show up as whatever number order the website is on.