Added
- Authentication support for multiple users using the
`django.contrib.auth` framework
- Admin UI for creating and modifying Projects and Batches
- Support for multiple assignments per task (i.e. redundant
annotations)
- Support for database backups using
[django-dbbackup](https://django-dbbackup.readthedocs.io/en/stable/)
Changed
- Almost every line of code. "Turkle 1.0" was a solid foundation, but
the code base underwent extensive refactoring
- All Model names
- All routes
- Almost all View names
- Appearance of the UI
- Directory structure
Removed
- `RANDOM_NEXT_HIT_ON_SUBMIT` setting no longer supported