Dominic R.
Results
2
comments of
Dominic R.
Same here, but you can fix it. https://github.com/Dentosal/python-sc2/issues/283#issuecomment-495995061 it worked for me, couple minutes ago.
I changed: views.py the dash function to: @csrf_exempt # added def dash(request, **kwargs): return HttpResponse(dispatcher(request)) and the urls.py to: ... path('dash/', dash), path('_dash', dash_ajax), path('_dash-layout', dash_ajax), # added path('_dash-dependencies', dash_ajax),...