Assignment for Coding Dojo - Django module.
Goal: Create simple 'Products' app, where use can add, view, update, and delete products. (CRUD ops)
Skills:
- Models: Brands, Products (One brand can have many products, one product can have one brand.)
- CRUD ops (View all products, view one product, edit/update one product, delete one product, add one product.)