We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting a warning in pytest errors:
venv/lib/python3.9/site-packages/django/apps/registry.py:91 /venv/lib/python3.9/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'webpack_loader' defines default_app_config = 'webpack_loader.apps.WebpackLoaderConfig'. Django now detects this configuration automatically. You can remove default_app_config. app_config = AppConfig.create(entry)
I can attempt to fix and submit a PR if you'd like me to.
Thanks! Great package!
The text was updated successfully, but these errors were encountered:
My bad; fixed after I updated versions. I can see it's fixed in 1.4.1:
django-webpack-loader/webpack_loader/__init__.py
Lines 6 to 7 in 8f5f1b9
Sorry, something went wrong.
No branches or pull requests
Getting a warning in pytest errors:
I can attempt to fix and submit a PR if you'd like me to.
Thanks! Great package!
The text was updated successfully, but these errors were encountered: