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

fix: Remove unnecessary default_app_config definitions. #49

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Sep 1, 2023

Django now detects this configuration automatically. You can remove
default_app_config. This removes a warning from edx-platform startup
and deals with something that's going to be fully ignored in django
4.1

See https://docs.djangoproject.com/en/3.2/releases/3.2/#automatic-appconfig-discovery
for more details.

Django now detects this configuration automatically. You can remove
default_app_config.  This removes a warning from edx-platform startup
and deals with something that's going to be fully ignored in django
4.1

See https://docs.djangoproject.com/en/3.2/releases/3.2/#automatic-appconfig-discovery
for more details.
@feanil feanil merged commit 9f1d5c6 into master Sep 1, 2023
4 checks passed
@feanil feanil deleted the feanil/cleanup_some_warnings branch September 1, 2023 19:07
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

Successfully merging this pull request may close these issues.

2 participants