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

RemovedInDjango41Warning: 'taggit_helpers' defines default_app_config = 'taggit_helpers.apps.TaggitHelpersConfig' #8

Open
mnrudkovskyi opened this issue Mar 12, 2023 · 0 comments

Comments

@mnrudkovskyi
Copy link

mnrudkovskyi commented Mar 12, 2023

#9
More about this https://docs.djangoproject.com/en/3.2/releases/3.2/#automatic-appconfig-discovery

fix for taggit_helpers/init.py

import django

if django.VERSION < (3, 2):
    default_app_config = "taggit_helpers.apps.TaggitHelpersConfig"
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