I'm using pytracking with Django and I stumbled upon some issue with adapt_html method. I would expect it to take the configuration from PYTRACKING_CONFIGURATION, but it is not doing that in contract to OpenTrackingView, which is using configuration from settings. Is there any reason why the adapt_html method is not taking configuration from settings?