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

Create user class #33

Closed LostSpaghetti closed 5 days ago

LostSpaghetti commented 3 weeks ago

Create the user class type

Newt-Tea commented 1 week ago

For determining user type it may be best to pull the user type from the DB instead of a char input we could also possibly use a dropdown.