Django Ecommerce Website
- Register and login users
- All products appear on the home page
- Each product has its own details page
- Users can add products in cart
- Users can create orders from cart
- Users can see their orders (by their status: shipped or not shipped)
- Admin can see all orders and change their status
- Admin can add, edit, delete products and orders in the Django admin interface