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

A Self Hosted E-Commerce Website built with Django python and SQLite database
1 stars 0 forks source link

Models bug fixed + tests.py #60

Closed LostSpaghetti closed 1 day ago

LostSpaghetti commented 2 days ago

Fixed the bug in models.py and redesigned the user structure back to original design. Additionally, added several tests in the tests.py file to verify that the user and product models are working correctly (for a list of added tests, see recent commits).

closes #58