django-herald icon indicating copy to clipboard operation
django-herald copied to clipboard

`default_app_config` is deprecated in Django 3.2 and should be removed

Open nattyg93 opened this issue 3 years ago • 0 comments

default_app_config was deprecated in Django 3.2 . Given this project now only supports a minimum of Django 3.2 the default_app_config should be removed.

Note, I came across this because Django was emitting a warning. I was able to silence this warning by changing my INSTALLED_APPS from "herald" to "herald.apps.HeraldConfig".

nattyg93 avatar Nov 28 '22 01:11 nattyg93