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