I would not recommend turning the caching off, but you can reduce it's time.
In /home/django-pbx/pbx/pbx/settings.py there is a cache section. You will see the 300, this is seconds (five min), you could maybe set this to 10.
CACHES = {
'default': {
'BACKEND'...