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
Add Description Field for Product
#114
Closed
Newt-Tea
closed
1 week ago
Newt-Tea
commented
1 week ago
Database
[x] Product should have description field added to model
[x] Description should have a max length of 250
[x] Description should default to an empty string if not provided
Back-End
[x] Create product should allow for a text box to enter the description
Front end
[ ] Alter Create Product page to include the text box
Database
Back-End
Front end