add bulk deletion for contacts
fix deleted contact notifications so they show for inline deletions as they happen
inline deletion of rows from the contacts table.
This is where I'm working through the exercises from Hypermedia Systems in public.
I'm posting notes about what I'm doing in this series of blog posts.
All of my original code in this repository may be reused under the terms of the "zero clause BSD" license.
Any third-party code stored here for convenience remains the property of its authors and is used under their respective licenses.
To get started with this repository, set up a virtual environment:
python3 -mvenv venv
source venv/bin/activate
python3 -mpip install -r requirements.txt
and work with it just like you would any other django project.