Problem adding new apps to django Webapp on webodm

I’m trying to add a new app to the webapp, and I added it and it works, however the worker keeps complaining that it can’t find this new module in the system.

This happens with any new module I try to add. With the exception of new apps created via manage.py startapp.

What coulde be the problem? Thanks.

1 Like

To be clear, this isn’t a plugin, correct?

No, it’s a module like rest_framework or crispy_forms

1 Like

Can you provide more detail and context to see if that helps others help you?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.