[Global] Deploy basic static typing with `django-types`
It would be nice to have static typing support for the application to help us catch errors pre-runtime. I have tried django-types as an option and found that it works well. However, implementing this requires changes in practically every python file and is not a high priorty. Instead, it could be a gradual improvement to have built over time.