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?
I'm using pytracking with Django and I stumbled upon some issue with
adapt_htmlmethod. I would expect it to take the configuration fromPYTRACKING_CONFIGURATION, but it is not doing that in contract toOpenTrackingView, which is using configuration from settings. Is there any reason why theadapt_htmlmethod is not taking configuration from settings?