CSS not being served by dash

I’m running dash via the method outlined here: Django and Dash - ead's Method
So I’ve got a django site that is also running a dash app.

Running it on a plain Flask server did work. So it must be something with my django setup. I’m not really sure what to try from here, if it can’t be done then I’ll live with it but it seems I might be missing some trick to make dash look for the assets folder.