main
Implement soft delete for user accounts
create app labels so update settings.py, urls.py, complit with labels/urls.py&views.py, now need to make labels/models.py&forms.py
Add Tasks and Labels to /admin
correct files for linter pass
Replace integer primary keys with UUID in URL routes
Optimize label views: add select_related for creator