I recently upgraded a Django app to current Django and Python versions, and updated my pip packages as well. Now I'm getting this error:
Django Version: 3.2.3
Exception Type: KeyError
Exception Value: 'assets'
Exception Location: /my/env1/lib/python3.8/site-packages/webpack_loader/loader.py, line 90, in get_bundle
Looking at the Exception Location, I see:
...and looking at assets
, confirms it has no key named assets
:
How do I fix this?