haris989 / MyAwesomeCart

A Django E commerce website
72 stars 112 forks source link

Added a dropdown list for category & subcategory in the model. #6

Open rajeev090 opened 4 years ago

rajeev090 commented 4 years ago

Added category.py file from where the model will fetch the list of categories and sub categories. Now you don't need to think about category or to worry about spellings of the categories. Just select from the list. if your desired category or subcategory is not in the drop-down list simply add in the category list in the category.py