Web Apps with web2py: Decorators Foreign Key Constraints & Table Forms
When it comes to creating fully-fledged professional-looking e-commerce web applications there are a lot of little details that come into play. For instance it’s important to have functionality such as a shopping cart or perhaps the ability for a user to browse the category of merchandise they may be interested in. In this course learn how to add product creation functionality for the admin of the e-commerce site. Then practice implementing a shopping cart using foreign key constraints. Next identify how to use web2py decorators such as a login decorator to ensure that a user has to log in before they can view certain functionality. Finally examine how to add in filtering functionality so your users can select the category of products to browse.