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

Commits on Sep 1, 2023

  1. fix: Remove unnecessary default_app_config definitions.

    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 committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c78b2d1 View commit details
    Browse the repository at this point in the history