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

Various improvements (see desc.) #83

Closed LostSpaghetti closed 3 weeks ago

LostSpaghetti commented 3 weeks ago

Made several changes (seen below), specifically major changes to the admin panel and making it much easier to add new products/users, view their relationships (e.g., all of the seller's listed products or the seller of a specific product), as well as edit the data. Additionally, I added a few new values into the User and Product models to reference when sorting or filtering the product list or users.

Viewing/understanding the changes might be a bit difficult based off the code (specifically in admin.py), so I recommend downloading the updated file and viewing through the admin dashboard at http://localhost:8000/admin/ and signing in with username admin and password admin.

Closes #81 and #82