"src/widgets-display-territory-tzcld.js" did not exist on "09e184d892774f748c5a7818286d805a4049ccc0"
Replace Serializer cache with Django caches
Django's caching system is much more configurable than ours
We could reuse their code to provide SERIALIZER_CACHES (and ACTIVITY_CACHES), allowing our users the same degree of control over the caching system as they receive in Django
The places to begin the investigation of that: