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.
changed timezone in settings.py file
added dummy users and products for testing
updated admin dashboard with user and product info
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