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

Config error when apps not installed #12

Open
nickmoreton opened this issue Feb 25, 2024 · 0 comments
Open

Config error when apps not installed #12

nickmoreton opened this issue Feb 25, 2024 · 0 comments

Comments

@nickmoreton
Copy link
Contributor

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:

list_url = f"{url}{reverse(app['listing_name'])}"

This results in a error.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant