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

Request: resolving RemovedInDjango41Warning for default_app_config #360

Open
jamesbraza opened this issue Jan 7, 2024 · 0 comments
Open

Comments

@jamesbraza
Copy link

Running with v2.1.3, the below Django deprecation warning pops up:

  /usr/local/lib/python3.10/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning:

  'dynamic_rest' defines default_app_config = 'dynamic_rest.apps.DynamicRestConfig'. Django now detects this configuration automatically. You can remove default_app_config.

This deprecation warning comes from https://github.com/AltSchool/dynamic-rest/blob/v2.1.3/dynamic_rest/__init__.py#L12

The request is to resolve this deprecation warning

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

No branches or pull requests

1 participant