Using Forms
Overview
Terms defined: form
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_staff
function tomodels.py
- Must have
commit
inmodels.add_staff
- Really should check values…
- Must have