Using Forms
Terms defined: form
Overview
Outline
- Remove everything except display of a table of all staff
- Add a form for adding new people
- Copy the database before running
explore_insert.py: experiment with insertion- Select largest staff ID, add one, insert: race condition
- Better to build a subquery that does this
- Add
add_stafffunction tomodels.py- Must have
commitinmodels.add_staff - Really should check values…
- Must have