Django 3.2 update
- django from 2.2 to 3.2
- python from 3.7 to 3.9 (still wary of 3.10)
- node from 12 to 16
- npm audit fix and update (however loads of unsupported libraries being used - need React / MUI update)
This will need fixing before move to Django 4:
WARNINGS:
iar.Asset.personal_data: (fields.W903) NullBooleanField is deprecated. Support for it (except in historical migrations) will be removed in Django 4.0.
HINT: Use BooleanField(null=True) instead.
Closes: #37 (closed)