Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Model class wagtailstreamforms.models.file.FormSubmissionFile doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS. #212

Open
shinderucha opened this issue Apr 10, 2023 · 0 comments

Comments

@shinderucha
Copy link

Expected behaviour

I have updated my Wagtail from v3 to v4.2.2 after which I am getting an error while opening any of the pages previously created. The error is something like this --> type object 'Select' has no attribute 'get_value_data'.
After some debugging I found that this issue is related to wagtailstreamforms, so I have updated my wagtailstreamsforms version as well but after that I am getting below RuntimeError -
RuntimeError: Model class wagtailstreamforms.models.file.FormSubmissionFile doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

Please suggest necessary changes.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant