I set up a working template with the plotly_app template tag, and the SimpleExample Dash app rendered. However, when I change plotly_app to plotly_direct, I get the following error:
'WSGIRequest' object has no attribute 'dpd_content_handler'
What is missing from the SimpleExample app that would provide the dpd_content_handler?