The configuration, in a way expects all possible apps to be in installed apps in settings.py and that's not intended.
e.g.
wagtail.contrib.search_promotions doesn't necessarily need to be installed but when the view is run it seems to try to create the url using the name space here:
https://github.com/wagtail-packages/wagtail-exposapi/blob/bd47e1bccdbd281ae06d697bfcdbbc38dc358558/exposapi/views.py#L33
This results in a error.
The configuration, in a way expects all possible apps to be in installed apps in settings.py and that's not intended.
e.g.
wagtail.contrib.search_promotionsdoesn't necessarily need to be installed but when the view is run it seems to try to create the url using the name space here:https://github.com/wagtail-packages/wagtail-exposapi/blob/bd47e1bccdbd281ae06d697bfcdbbc38dc358558/exposapi/views.py#L33
This results in a error.