issues
search
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
Added 'Add product' feature
#70
Closed
aambrose1
closed
3 weeks ago
aambrose1
commented
4 weeks ago
[] Added product creation form
[] Created add_product html file in template folder
[] Created add_product view to get the data from the user
[] Tweaked the Account Creation form to include the User model
[] Added a path to URLs for add_product