Skip to content

Getting deprecated warning about default app config from Django 3.2 #89

@veeaka

Description

@veeaka

I am getting this Warning
django.utils.deprecation.RemovedInDjango41Warning: 'rest_framework_tracking' defines default_app_config = 'rest_framework_tracking.apps.RestFrameworkTrackingConfig'. Django now detects this configuration automatically. You can remove default_app_config.

I am using Django 3.2.8
It seems Django Automatically Discovers AppConfig from version >3, So we do not need to define explicitly for Django versions > 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions