revsys / django-health-check

a pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.

Home Page:https://readthedocs.org/projects/django-health-check/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django 4.1 deprecation warning

GitRon opened this issue · comments

Hi there!

I just saw a deprecation warning for a future django version. Maybe you could fix it?

RemovedInDjango41Warning: 'health_check.db' defines default_app_config = 'health_check.db.apps.HealthCheckConfig'. Django now detects this configuration automatically. You can remove default_app_config.

RemovedInDjango41Warning: 'health_check.cache' defines default_app_config = 'health_check.cache.apps.HealthCheckConfig'. Django now detects this configuration automatically. You can remove default_app_config.

Thx!
Ronny