Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 645 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 645 Bytes

WebshopPythonDjango

Hello, I made this webshop for a school project.

Features

  • Homepage: You can view products.
  • Products page: You can view products from different brands and from different categories.
  • Product page: You can view a product and add it to your shopping cart.
  • Shopping cart page: You can view all your items.
  • Admin page: nothing special here. (needs to be improved)

Not ready

  • Products page: can't filter on price.
  • Product page: can't add or view reviews. ( wrong logic in the models)
  • Shopping cart page: you can't delete a product.

Still needs to be done

  • Login page.
  • Account page.
  • Payment page.