-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
chore: ignore default_app_config warning #33591
chore: ignore default_app_config warning #33591
Conversation
Thanks for the pull request, @DanielVZ96! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. Once you've signed the CLA, please allow 1 business day for it to be processed. After this time, you can re-run the CLA check by adding a comment here that you have signed it. If the problem persists, you can tag the |
Hi @DanielVZ96! Thank you for this contribution! Please let me know if you have any questions regarding submitting a CLA form. Note, if you are not contributing as an individual, and are contributing on behalf of an organization, please let me know as the CLA process is a bit different in that case. |
hi @mphilbrick211, just signed! (i guess i'll have to wait now) |
closed in favor of #33601 |
@DanielVZ96 Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future. |
1 similar comment
@DanielVZ96 Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future. |
Description
This warning is appearing 29 times during provisioning. It clutters logs and hinders dev experience (#32888). It's coming from multiple dependencies, and it won't cause any mayor issue besides cluttering. Only one of those dependencies are openedx related, and I made a PR to fix the warning there: openedx/completion#259
Supporting information
Related Issues:
Testing instructions
make dev.up.lms
andmake lms-shell
./manage.py lms shell
or./manage.py cms shell
You can remove default_app_config.
Deadline
None